[LLVMbugs] [Bug 22505] New: clang-3.6.0rc2 -target x86_64-pc-windows-msvc : fatal error __gxx_personality_seh0

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Feb 7 17:56:30 PST 2015


http://llvm.org/bugs/show_bug.cgi?id=22505

            Bug ID: 22505
           Summary: clang-3.6.0rc2 -target x86_64-pc-windows-msvc : fatal
                    error __gxx_personality_seh0
           Product: clang
           Version: 3.6
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: markus at oberhumer.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

The test looks pretty harmless, so I'm wondering why nobody else has seen this
yet.

$ cat test.cpp

struct X {
    virtual ~X() {}
    virtual int v() const { return 0; }
};

int foo() { X x; return x.v(); }

// EOF

$ clang-3.6.0rc2 -target x86_64-pc-windows-msvc -Wall -c test.cpp

fatal error: error in backend: unexpected personality function:
__gxx_personality_seh0
clang: error: clang frontend command failed with exit code 70 (use -v to see
invocation)
clang version 3.6.0 (tags/RELEASE_360/rc2)
Target: x86_64-pc-windows-msvc
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to
http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and
associated run script.
[...]

-- 
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/20150208/303f6d45/attachment.html>


More information about the llvm-bugs mailing list