Resolve the static-analysis bustage from bug 498938 by recognizing COND_EXPR.

This commit is contained in:
Benjamin Smedberg
2009-07-27 10:47:22 -04:00
parent 0dc3034072
commit 580bdcde4c
5 changed files with 28 additions and 3 deletions

View File

@@ -161,6 +161,7 @@ function process_cp_pre_genericize(fndecl)
let assign = stack[i];
switch (TREE_CODE(assign)) {
case VAR_DECL:
case COND_EXPR:
break;
case INIT_EXPR: