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++/50361] [C++0x] [4.7 Regression] ICE with std::initializer_list and nullptr


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

--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> 2011-09-15 14:33:29 UTC ---
Author: jason
Date: Thu Sep 15 14:33:24 2011
New Revision: 178882

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178882
Log:
    PR c++/50361
    * expr.c (count_type_elements): Handle NULLPTR_TYPE.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/nullptr23.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/expr.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]