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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to