[llvm-bugs] [Bug 35785] New: Assertion `!VD->isInvalidDecl()' failed in Sema::buildCoroutinePromise

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Dec 31 10:37:13 PST 2017


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

            Bug ID: 35785
           Summary: Assertion `!VD->isInvalidDecl()' failed in
                    Sema::buildCoroutinePromise
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: sdowney at gmail.com
                CC: llvm-bugs at lists.llvm.org

Assertion failed when trying to compile a coroutine promise that could not be
instantiated because of a deleted default constructor. The code is absolutely
incorrect, but should not cause an assert.

-- 
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/20171231/8e4f7426/attachment.html>


More information about the llvm-bugs mailing list