[llvm-bugs] [Bug 28161] New: Fatal error with Clang + VS2013 on Windows

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jun 16 13:23:34 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=28161

            Bug ID: 28161
           Summary: Fatal error with Clang + VS2013 on Windows
           Product: clang
           Version: 3.8
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
          Assignee: unassignedclangbugs at nondot.org
          Reporter: akukanov at rambler.ru
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

The command and error message:

C:\temp>clang++ -c -O2 -fexceptions clang_bug.cpp

Unwind edges out of a funclet pad must have the same unwind dest
  %10 = cleanuppad within none []
  cleanupret from %21 unwind to caller
  cleanupret from %10 unwind label %ehcleanup5
fatal error: error in backend: Broken function found, compilation aborted!
clang++.exe: error: clang frontend command failed with exit code 70 (use -v to
see invocation)
clang version 3.8.0 (branches/release_38)
Target: x86_64-pc-windows-msvc
Thread model: posix

-- 
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/20160616/1258e23e/attachment.html>


More information about the llvm-bugs mailing list