]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/26726 (-fivopts producing out of bounds array refs)
authorRichard Guenther <rguenther@suse.de>
Mon, 1 May 2006 15:07:25 +0000 (15:07 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 1 May 2006 15:07:25 +0000 (15:07 +0000)
commitea6431202d7e3c472f6c039bbfc0c22f2e8e9a52
tree18fe0f5c1c17a977a97040b0f6c41c4d08816eac
parentd814595c2c47096eb70ff15fffadc5218806aaec
re PR target/26726 (-fivopts producing out of bounds array refs)

2006-05-01  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/26726
* tree-ssa-loop-ivopts.c (idx_find_step): Mark source of the
problem ...
(find_interesting_uses_address): ... we work around here
by folding INDIRECT_REFs in the substituted base.

* g++.dg/tree-ssa/ivopts-1.C: New testcase.

From-SVN: r113414
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/tree-ssa/ivopts-1.C [new file with mode: 0644]
gcc/tree-ssa-loop-ivopts.c