------- Comment #5 from linuxl4 at sohu dot com  2008-10-07 05:07 -------
gcc -O3 -march=pentium4 -c opsum.c  fails.

instead,
gcc -O2 -march=pentium4 -c opsum.c  
or
gcc -O3 -march=i686 -c opsum.c
pass.


-- 

linuxl4 at sohu dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |UNCONFIRMED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37742

Reply via email to