[LLVMbugs] [Bug 19448] New: -static breaks exception handling
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Apr 16 08:50:56 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19448
Bug ID: 19448
Summary: -static breaks exception handling
Product: clang
Version: 3.4
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: gereon.kremer at cs.rwth-aachen.de
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 12386
--> http://llvm.org/bugs/attachment.cgi?id=12386&action=edit
Minimal example
If the attached file is compiled without any arguments, everything works fine
and the exception is caught. If it is however compiled with -static, the
exception is not caught and the program crashes.
This seems somewhat similar to #6315, but I'm not sure.
I have this issue on Arch linux, x64, clang 3.4.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140416/2640ffcf/attachment.html>
More information about the llvm-bugs
mailing list