re PR other/44038 (ICE: verify_stmts failed)
authorRichard Guenther <rguenther@suse.de>
Sat, 15 May 2010 15:06:47 +0000 (15:06 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Sat, 15 May 2010 15:06:47 +0000 (15:06 +0000)
commit9d0baae10e10d02ba0f09215f7b70461bd21ebb0
treef1d10729aeb0fb72e554df99355cac2e070b9b16
parent75d2d58156dc31e09df91cbb901f2c27edc3fe05
re PR other/44038 (ICE: verify_stmts failed)

2010-05-15  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/44038
* tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Avoid
taking the address of a V_C_E of a constant.

* gcc.c-torture/compile/pr44038.c: New testcase.

From-SVN: r159434
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr44038.c [new file with mode: 0644]
gcc/tree-ssa-forwprop.c