[LLVMbugs] [Bug 11359] Crash in simple lambda expression

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jan 5 09:54:43 PST 2012


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

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 #2 from Richard Smith <richard-llvm at metafoo.co.uk> 2012-01-05 11:54:43 CST ---
Eli fixed this recently.

<stdin>:1:14: error: lambda expressions are not supported yet
int main() { []{}(); }
             ^

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list