This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/13685] Building KDE3.2 clock applet with -march=pentium3 -O1 gives SIGSEGV
- From: "roger dot larsson at norran dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jan 2004 06:38:21 -0000
- Subject: [Bug target/13685] Building KDE3.2 clock applet with -march=pentium3 -O1 gives SIGSEGV
- References: <20040114182833.13685.roger.larsson@norran.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From roger dot larsson at norran dot net 2004-01-19 06:38 -------
I am currently trying to create a testcase - the instructions gets generated
but I do not get it unaligned - to crash...
-O1 -march=pentium3
Gives the instructions (movaps)
-O1 -march=pentium3 -mno-sse
Is needed to avoid them.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13685