[Bug middle-end/40060] [4.5 Regression] casts loose alignment info
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu May 7 15:06:00 GMT 2009
------- Comment #4 from rguenth at gcc dot gnu dot org 2009-05-07 15:06 -------
And if something should look through conversions it is get_pointer_alignment
which funnily has
/* We rely on TER to compute accurate alignment information. */
if (!(optimize && flag_tree_ter))
return 0;
eh. That's probably trying to work around the alignment wrong-code bugs ... :/
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40060
More information about the Gcc-bugs
mailing list