[Bug c++/61421] Invalid -O2 optimization breaks program
mimamer at gmail dot com
gcc-bugzilla@gcc.gnu.org
Fri Jun 6 15:19:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61421
--- Comment #19 from mimamer at gmail dot com ---
One last comment on strict aliasing rules: It is ironic that these rules are
supposed to make programs faster, but those developers that really care about
speed are prevented from implementing even moderate optimizations (see
discussion) because of these rules! Again, the concept of strict aliasing rules
is broken.
More information about the Gcc-bugs
mailing list