[Bug target/16111] generates invalid SSE movdqa instruction (instead of movaps)

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Jun 21 16:34:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-21 16:34 -------
Hmm this works for on the mainline, 3.4.0, and 3.3.3:
tin:~/src/gnu/gcctest>g++ -O3 -msse -mfpmath=sse -fomit-frame-pointer -finline-limit=2000 
pr16111.c
tin:~/src/gnu/gcctest>./a.out
extents (-27.500000 -27.500000 -0.000000 -0.000000)
tin:~/src/gnu/gcctest>~/ia32_linux_gcc3_4/bin/g++ -O3 -msse -mfpmath=sse -fomit-frame-pointer 
-finline-limit=2000 pr16111.c
tin:~/src/gnu/gcctest>./a.out
extents (-27.500000 -27.500000 -0.000000 -0.000000)
tin:~/src/gnu/gcctest>~/ia32_linux_gcc3_3/bin/g++ -O3 -msse -mfpmath=sse -fomit-frame-pointer 
-finline-limit=2000 pr16111.c
tin:~/src/gnu/gcctest>./a.out
extents (-27.500000 -27.500000 -0.000000 -0.000000)

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code


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



More information about the Gcc-bugs mailing list