[LLVMbugs] [Bug 17648] Assertion failed: findInstantiationOf(const clang::Decl *): Assertion `isa<LabelDecl>(D) && "declaration not instantiated in this scope"' failed

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Oct 22 12:26:55 PDT 2013


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

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |richard-llvm at metafoo.co.uk
         Resolution|DUPLICATE                   |---

--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> ---
This is a different issue. We already do the eager instantiation dance for
generic lambdas, but their implementation (in particular, capturing) is not yet
complete.

[Also, this code is ill-formed, due to the reference to 'x' in a non-capturing
lambda.]

-- 
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/20131022/9cb6005b/attachment.html>


More information about the llvm-bugs mailing list