------- Comment #4 from mmitchel at gcc dot gnu dot org  2006-06-15 03:51 
-------
Subject: Bug 27665

Author: mmitchel
Date: Thu Jun 15 03:51:51 2006
New Revision: 114669

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114669
Log:
        PR c++/27665
        * parser.c (cp_parser_unqualified_id): Use constructor_name_p to
        identify destructors.
        (cp_parser_nested_name_specifier_opt): Remove invalid
        optimization.
        (cp_parser_template_id): Refine heuristic for determining whether
        we are entering a scope.
        PR c++/27665
        * g++.dg/template/crash52.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/template/crash52.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/testsuite/ChangeLog


-- 


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

Reply via email to