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++/25663] [4.0/4.1/4.2 Regression] Trouble parsing nested templated constructor calls



------- Comment #12 from mmitchel at gcc dot gnu dot org  2006-01-15 00:57 -------
Subject: Bug 25663

Author: mmitchel
Date: Sun Jan 15 00:57:22 2006
New Revision: 109714

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109714
Log:
        PR c++/25663
        * parser.c (cp_parser_direct_declarator): Use cp_parser_error
        instead of error.
        PR c++/25663
        * g++.dg/template/ctor6.C: New test.

Added:
    branches/gcc-4_1-branch/gcc/testsuite/g++.dg/template/ctor6.C
Modified:
    branches/gcc-4_1-branch/gcc/cp/ChangeLog
    branches/gcc-4_1-branch/gcc/cp/parser.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


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


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