http://qa.mandrakesoft.com/show_bug.cgi?id=5396
Product: gcc
Component: gcc
Summary: "internal compiler error" with -mfpmath=sse
Product: gcc
Version: 3.3.1-2mdk
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gcc
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
I'm trying to rebuild the current WindowMaker from cooker src.rpm but am failing
due to an "internal compiler error".
Here's what makes it happen:
---------CUT----------
[...]
Making install in Extras
make[2]: Entering directory `/usr/src/RPM/BUILD/WindowMaker-0.80.2/WINGs/Extras'
gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I../../wrlib -I../../WINGs
-DRESOURCE_PATH=\"/usr/X11R6/share/WINGs\" -I/usr/X11R6/include
-I/usr/X11R6/include -DDEBUG -O2 -fomit-frame-pointer -pipe -march=athlon-xp
-falign-functions=16 -falign-labels=1 -falign-loops=16 -falign-jumps=16
-mfpmath=sse -maccumulate-outgoing-args -fprefetch-loop-arrays -c wtableview.c
wtableview.c: In function `getVisibleRect':
wtableview.c:219: internal compiler error: in emit_move_insn, at expr.c:3159
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:https://qa.mandrakesoft.com/> for instructions.
[...]
---------CUT----------
My compiler flags are optimized for athlon-xp, so that's where -mfpmath=sse
comes from. If I drop the switch, everything compiles fine.
ideas?
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.