[LLVMbugs] [Bug 101] New: [setjmp/longjmp] Linking C programs which use setjmp/longjmp sometimes fail with references to the C++ runtime library!
bugzilla-daemon at zion.cs.uiuc.edu
bugzilla-daemon at zion.cs.uiuc.edu
Fri Nov 7 21:15:38 PST 2003
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=101
Summary: [setjmp/longjmp] Linking C programs which use
setjmp/longjmp sometimes fail with references to the C++
runtime library!
Product: tools
Version: 1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: llvm-gcc
AssignedTo: sabre at nondot.org
ReportedBy: sabre at nondot.org
This bug was due to the assert macro expanding into function calls which could
throw on some platforms, pulling in code to check exception specifications in
the implementation of the C sjlj runtime.
------- 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