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++/53882] [4.7/4.8 Regression] ICE in type_contains_placeholder_1, at tree.c:3015


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

--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> 2012-07-09 14:11:11 UTC ---
Author: jason
Date: Mon Jul  9 14:11:01 2012
New Revision: 189386

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189386
Log:
    PR c++/53882
    * tree.c (type_contains_placeholder_1): Handle NULLPTR_TYPE.
    (type_hash_eq): Likewise.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/nullptr29.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree.c

--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> 2012-07-09 14:11:47 UTC ---
Author: jason
Date: Mon Jul  9 14:11:33 2012
New Revision: 189388

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189388
Log:
    PR c++/53882
    * tree.c (type_contains_placeholder_1): Handle NULLPTR_TYPE.
    (type_hash_eq): Likewise.

Added:
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/nullptr29.C
Modified:
    branches/gcc-4_7-branch/gcc/ChangeLog
    branches/gcc-4_7-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_7-branch/gcc/tree.c


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