[LLVMbugs] [Bug 955] NEW: setjmp issue causes siod test to fail
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Oct 18 10:59:50 PDT 2006
http://llvm.org/bugs/show_bug.cgi?id=955
Summary: setjmp issue causes siod test to fail
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Backend: C
AssignedTo: unassignedbugs at nondot.org
ReportedBy: rspencer at x10sys.com
The CBE isn't handling _setjmp correctly. The CBE output is #including
<setjmp.h> and declaring its own prototype for _setjmp. The prototype
declarations differ because the structures passed differ in shape. This
apparently only affects Linux as siod CBE compiles correctly on Darwin.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list