re PR c++/50054 (Fails to recover from type error in function signature)
authorJason Merrill <jason@redhat.com>
Tue, 16 Aug 2011 23:25:43 +0000 (19:25 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 16 Aug 2011 23:25:43 +0000 (19:25 -0400)
commit098416302ba1d50a7f183e8643a2563a255b744a
treea9ae3617c19a3f61ed9cc56ea528ba813e209f2f
parent565fc114d978d910a44b9498e1b65fa51f02b3e3
re PR c++/50054 (Fails to recover from type error in function signature)

PR c++/50054
* typeck2.c (cxx_incomplete_type_diagnostic): Handle
init_list_type_node.

From-SVN: r177810
gcc/cp/ChangeLog
gcc/cp/typeck2.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/initlist57.C [new file with mode: 0644]