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

Douglas Gregor <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Douglas Gregor <[email protected]> 2011-10-10 14:02:07 CDT 
---
We no longer assert here:


t.cpp:1:25: error: cannot allocate function type 'int ()' with new
void f() { new (auto()->int); }
                        ^~~

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to