re PR middle-end/54109 (ICE at tree-ssa-structalias.c:3049 in get_constraint_for_comp...
authorRichard Guenther <rguenther@suse.de>
Fri, 10 Aug 2012 12:00:05 +0000 (12:00 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 10 Aug 2012 12:00:05 +0000 (12:00 +0000)
commitab509eb53521c9d33eeae505dffbb8977c77aca0
tree299ec0417c555e578ea5e1b1e80ae7cd74e79155
parente28b8a605478ae7303fb7afa78a67f2052ba2c2d
re PR middle-end/54109 (ICE at tree-ssa-structalias.c:3049 in get_constraint_for_component_ref)

2012-08-10  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/54109
* tree-ssa-forwprop.c
(forward_propagate_addr_into_variable_array_index): Remove.
(forward_propagate_addr_expr_1): Adjust.

* gcc.dg/torture/pr54109.c: New testcase.
* gcc.dg/tree-ssa/forwprop-1.c: Adjust.
* gcc.dg/tree-ssa/forwprop-2.c: Likewise.

From-SVN: r190291
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr54109.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/tree-ssa/forwprop-1.c
gcc/testsuite/gcc.dg/tree-ssa/forwprop-2.c
gcc/tree-ssa-forwprop.c