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++/67339] [5/6 Regression] Segfault when parsing a typename involving a template-alias


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

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Tue Dec 22 21:46:38 2015
New Revision: 231912

URL: https://gcc.gnu.org/viewcvs?rev=231912&root=gcc&view=rev
Log:
        PR c++/67339
        * parser.c (cp_parser_elaborated_type_specifier): Use CLASS_TYPE_P
        rather than check for RECORD_TYPE.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-pmf1.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/parser.c

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