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++/47301] [C++0x] ICE: in fold_convert_loc, at fold-const.c:1906 with -fabi-version=1 and constexpr


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

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> 2011-03-17 02:36:23 UTC ---
Author: jason
Date: Thu Mar 17 02:36:20 2011
New Revision: 171085

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171085
Log:
    PR c++/47301
    * decl.c (compute_array_index_type): Don't bother trying to deal
    with literal classes in ABI v1.

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


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