[LLVMbugs] [Bug 3706] New: Assertion failed: (RegMap[RegOnTop] < StackTop), function moveToTop, file X86FloatingPoint.cpp, line 129.
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Mar 3 01:49:59 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=3706
Summary: Assertion failed: (RegMap[RegOnTop] < StackTop),
function moveToTop, file X86FloatingPoint.cpp, line 129.
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: pawel.worach at gmail.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=2646)
--> (http://llvm.org/bugs/attachment.cgi?id=2646)
Pre-processed source
After bug #3691 was fixed this is the next problem in libgcc.
ccc -c -O2 -pipe -march=nocona -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
-DHAVE_GTHR_DEFAULT -I/usr/src/gnu/lib/libgcc/../../../contrib/gcclibs/include
-I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config
-I/usr/src/gnu/lib/libgcc/../../../contrib/gcc -I.
-I/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools -fstack-protector
-fvisibility=hidden -DHIDE_EXPORTS -fPIC -DL_mulxc3 -o _mulxc3.o
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/libgcc2.c
Assertion failed: (RegMap[RegOnTop] < StackTop), function moveToTop, file
X86FloatingPoint.cpp, line 129.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list