[LLVMbugs] [Bug 7578] New: undefined reference to `_Unwind_Resume_or_Rethrow'

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jul 6 11:38:50 PDT 2010


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

           Summary: undefined reference to `_Unwind_Resume_or_Rethrow'
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: physhh at googlemail.com
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


I tested this on mingw32 4.5 and 3.4.5.

How to reproduce:
#include <set>
int main()
{
    std::set<int> foo;
    foo.insert(123);
    return 0;
}

Error:
undefined reference to `_Unwind_Resume_or_Rethrow'

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list