[LLVMbugs] [Bug 11648] C++ lambda segfault [with minimal testcase and bt]
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jan 5 09:56:03 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=11648
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |richard-llvm at metafoo.co.uk
Resolution| |DUPLICATE
--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> 2012-01-05 11:56:03 CST ---
Eli fixed this recently.
<stdin>:1:23: error: lambda expressions are not supported yet
int main() { int n = ([](){return 10;})(); }
^
*** This bug has been marked as a duplicate of bug 11359 ***
--
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