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++/54946] ICE on template parameter from cast char-pointer in C++11 constexpr struct


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

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> 2013-03-17 02:36:09 UTC ---
Author: jason
Date: Sun Mar 17 02:35:50 2013
New Revision: 196731

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196731
Log:
    PR c++/54946
    * pt.c (convert_nontype_argument): Handle invalid pointer.

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


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