[Bug middle-end/44069] [4.5/4.6 Regression] optimization bug initializing from cast array
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri May 14 21:16:00 GMT 2010
------- Comment #6 from rguenth at gcc dot gnu dot org 2010-05-14 21:16 -------
We fold
D.1794_14 = D.1795_13 * 4;
D.1793_15 = &vals[0][0] + D.1794_14;
to &vals[0][D.1795_13]
Now we can either avoid doing this kind of foldings or we need to be more
careful when analyzing the result in the oracle.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44069
More information about the Gcc-bugs
mailing list