[Bug c/49620] piece of code from modification to dvblast but cant get it to compile and run correctly
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jul 4 09:42:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49620
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2011.07.04 09:41:57
Version|unknown |4.5.2
Ever Confirmed|0 |1
--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-07-04 09:41:57 UTC ---
Please check if the bug still reproduces when you add -fno-inline to the
commandline. It might be that in the caller you read the pointers via
a different type and thus violate strict aliasing rules (does it work
with -fno-inline?).
More information about the Gcc-bugs
mailing list