[Bug c++/63412] aliasing issue exposed by inlining

2014-09-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63412 --- Comment #3 from Jonathan Wakely --- https://gcc.gnu.org/bugs/ "Similarly, if compiling with -fno-strict-aliasing -fwrapv -fno-aggressive-loop-optimizations makes a difference, your code probably is not correct." Turning off strict aliasing

[Bug c++/63412] aliasing issue exposed by inlining

2014-09-29 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63412 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/63412] aliasing issue exposed by inlining

2014-09-29 Thread doug.gilmore at imgtec dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63412 --- Comment #1 from Doug Gilmore --- Created attachment 33617 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33617&action=edit Modified version where type casts are modified.