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++/47277] [C++0x] pseudo destructor code that cause an internal compiler error with std=gnu++0x


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

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> 2011-05-27 19:32:18 UTC ---
Author: jason
Date: Fri May 27 19:32:14 2011
New Revision: 174355

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174355
Log:
    PR c++/47277
    * parser.c (cp_parser_unqualified_id): Don't check
    constructor_name_p for enums.

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