[Bug c++/30252] [4.2 regression] miscompilation of sigc++-2.0 based code with -fstrict-aliasing
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Jun 5 15:57:00 GMT 2007
------- Comment #33 from rguenth at gcc dot gnu dot org 2007-06-05 15:57 -------
Actually,
+ if (minoffset != 0)
must be changed to
+ if (minoffset != 0 && count != 0)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30252
More information about the Gcc-bugs
mailing list