re PR tree-optimization/27341 (ICE in in add_virtual_operand with complex types)
authorDaniel Berlin <dberlin@dberlin.org>
Mon, 19 Jun 2006 14:33:46 +0000 (14:33 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Mon, 19 Jun 2006 14:33:46 +0000 (14:33 +0000)
commit46b86adcdc8bdf4f49df1b52de41eefd9a1afd60
treef7538558f1fde777988a78b4c1ca0c7d6194fb01
parent4307d0dbf9a4ad8923df89e857bbe09a8b5edc20
re PR tree-optimization/27341 (ICE  in in add_virtual_operand with complex types)

2006-06-19  Daniel Berlin  <dberlin@dberlin.org>

Fix PR tree-optimization/27341
* tree-cfg.c (gimplify_val): Call mark_new_vars_to_rename on the
statement we get.
* tree-complex.c (pass_lower_complex): Update SMT usage.

From-SVN: r114771
gcc/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr27341-1.c [new file with mode: 0644]
gcc/testsuite/gcc.c-torture/compile/pr27341-2.c [new file with mode: 0644]
gcc/tree-cfg.c
gcc/tree-complex.c