re PR c++/51416 ([c++0x] [4.6/4.7 Regression] ICE with invalid use of auto)
authorJason Merrill <jason@redhat.com>
Sat, 17 Dec 2011 03:28:39 +0000 (22:28 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 17 Dec 2011 03:28:39 +0000 (22:28 -0500)
commit23c74efa5ff864650e888a8c8fb3a2c7ee055144
treeee5b4adc3d3a9ae1bfcce63f4a8e8020ec086d34
parentcc1632474953d87c44deef5cbe32b9b0e9325921
re PR c++/51416 ([c++0x] [4.6/4.7 Regression] ICE with invalid use of auto)

PR c++/51416
* init.c (build_value_init_noctor): Check for incomplete type.

From-SVN: r182430
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/auto31.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp0x/variadic103.C