[llvm-bugs] [Bug 29151] New: clang-cl assertion failed: MemoMap.count(UselessPad) || MemoMap[UselessPad] == nullptr

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Aug 26 07:48:05 PDT 2016


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

            Bug ID: 29151
           Summary: clang-cl assertion failed: MemoMap.count(UselessPad)
                    || MemoMap[UselessPad] == nullptr
           Product: clang
           Version: 3.9
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: 6yearold at gmail.com
                CC: dgregor at apple.com, llvm-bugs at lists.llvm.org
    Classification: Unclassified

Compiling djvu with clang-cl.exe triggers following exception:

Assertion failed: !MemoMap.count(UselessPad) || MemoMap[UselessPad] == nullptr,
file
D:\src\llvm_package_3.9.0-rc2\llvm\lib\Transforms\Utils\InlineFunction.cpp,
line 394

-- 
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/20160826/3aee4552/attachment.html>


More information about the llvm-bugs mailing list