]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Properly propagate addresses...
authorRichard Guenther <rguenther@suse.de>
Sun, 29 Mar 2009 17:54:04 +0000 (17:54 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Sun, 29 Mar 2009 17:54:04 +0000 (17:54 +0000)
commit5babbcc0fceb0aa66547feb61124ff548929cbfc
tree98c1222c0815281e2dca9c5dd72ee8e2618713f4
parentb0e5fa9401bbcb065adc9a79c0bda071d712491d
tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Properly propagate addresses of array references.

2009-03-29  Richard Guenther  <rguenther@suse.de>

* tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Properly
propagate addresses of array references.

* gcc.dg/tree-ssa/forwprop-11.c: New testcase.

From-SVN: r145250
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/forwprop-11.c [new file with mode: 0644]
gcc/tree-ssa-forwprop.c