[LLVMbugs] [Bug 9299] New: Assertion failed: (StackTop == 0 && "Stack should be empty after a call!"), function handleSpecialFP, file X86FloatingPoint.cpp, line 1245.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Feb 23 09:46:00 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=9299
Summary: Assertion failed: (StackTop == 0 && "Stack should be
empty after a call!"), function handleSpecialFP, file
X86FloatingPoint.cpp, line 1245.
Product: libraries
Version: trunk
Platform: PC
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: Backend: X86
AssignedTo: unassignedbugs at nondot.org
ReportedBy: rdivacky at freebsd.org
CC: llvmbugs at cs.uiuc.edu
on X86_64:
pes delta$ clang -O2 dither.c
dither.c:15:2: warning: control reaches end of non-void function
[-Wreturn-type]
}
^
Assertion failed: (StackTop == 0 && "Stack should be empty after a call!"),
function handleSpecialFP, file X86FloatingPoint.cpp, line 1245.
Stack dump:
0. Program arguments: /usr/local/bin/clang -cc1 -triple
x86_64-unknown-freebsd8.1 -emit-obj -disable-free -main-file-name dither.c
-mrelocation-model static -mdisable-fp-elim -masm-verbose -mconstructor-aliases
-munwind-tables -target-cpu x86-64 -target-linker-version 2.15
-momit-leaf-frame-pointer -resource-dir /usr/local/bin/../lib/clang/2.9 -O2
-ferror-limit 19 -fmessage-length 152 -fgnu-runtime -fdiagnostics-show-option
-fcolor-diagnostics -o /tmp/cc-E7h2f5.o -x c dither.c
1. <eof> parser at end of file
2. Code generation
3. Running pass 'Function Pass Manager' on module 'dither.c'.
4. Running pass 'X86 FP Stackifier' on function '@caca_set_dither_gamma'
clang: error: unable to execute command: Abort trap: 6 (core dumped)
clang: error: clang frontend command failed due to signal 1 (use -v to see
invocation)
--
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