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++/61994] [4.9 Regression] constexpr vector array ICE


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61994

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Thu Aug  7 18:54:40 2014
New Revision: 213726

URL: https://gcc.gnu.org/viewcvs?rev=213726&root=gcc&view=rev
Log:
    PR c++/61994
    * init.c (build_vec_init): Leave atype an ARRAY_TYPE
    if we're just returning an INIT_EXPR.

Added:
    branches/gcc-4_9-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-array7.C
Modified:
    branches/gcc-4_9-branch/gcc/cp/ChangeLog
    branches/gcc-4_9-branch/gcc/cp/init.c


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