optimization/9962: Scheduling bug on i386
ebotcazou@gcc.gnu.org
ebotcazou@gcc.gnu.org
Wed Mar 5 07:46:00 GMT 2003
Synopsis: Scheduling bug on i386
State-Changed-From-To: open->closed
State-Changed-By: ebotcazou
State-Changed-When: Wed Mar 5 07:35:56 2003
State-Changed-Why:
Not a bug. Your code breaks the ISO C aliasing rules. GCC
automatically turns on -fstrict-aliasing at -O2 so you need
to fix your code or compile it with -fno-strict-aliasing.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9962
More information about the Gcc-bugs
mailing list