This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/60628] [4.7/4.8/4.9 Regression] [c++11] ICE initializing array of auto


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60628

--- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Tue Mar 25 18:00:30 2014
New Revision: 208816

URL: http://gcc.gnu.org/viewcvs?rev=208816&root=gcc&view=rev
Log:
    PR c++/60628
    * decl.c (create_array_type_for_decl): Complain about array of auto.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/auto42.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]