]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/60628 ([c++11] ICE initializing array of auto)
authorJason Merrill <jason@redhat.com>
Tue, 13 May 2014 16:05:07 +0000 (12:05 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 13 May 2014 16:05:07 +0000 (12:05 -0400)
commit5a5a6ef37cf2d1714e4e1902c79f1d93f1870974
treec5c428aea567f8175ab9914b0d3fb539ef928fbc
parentcb9aa15d4800610efc9311820264f652142e8fdb
re PR c++/60628 ([c++11] ICE initializing array of auto)

PR c++/60628
* decl.c (create_array_type_for_decl): Complain about array of auto.

From-SVN: r210382
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/g++.dg/cpp0x/auto42.C [new file with mode: 0644]