[Bug c++/64755] Error in optimization with std::array
mednafen at gmail dot com
gcc-bugzilla@gcc.gnu.org
Sun Jan 25 21:36:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64755
mednafen at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mednafen at gmail dot com
--- Comment #2 from mednafen at gmail dot com ---
It looks like your code violates strict aliasing rules. Does the code in
question work as you intend it to if you compile with -fno-strict-aliasing ?
More information about the Gcc-bugs
mailing list