[LLVMbugs] [Bug 19249] lambda crash (hard to explain without source)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Mar 25 14:11:41 PDT 2014


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

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

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

--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Reduced to:

void f() { auto x = [&x]{}; }

Fixed in r204757.

-- 
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/20140325/ebb0a324/attachment.html>


More information about the llvm-bugs mailing list