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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63412
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
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.