This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/16111] generates invalid SSE movdqa instruction (instead of movaps)
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jun 2004 16:34:46 -0000
- Subject: [Bug target/16111] generates invalid SSE movdqa instruction (instead of movaps)
- References: <20040621114206.16111.djp@volny.cz>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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