]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/25663 (Trouble parsing nested templated constructor calls)
authorMark Mitchell <mark@codesourcery.com>
Sun, 15 Jan 2006 00:56:50 +0000 (00:56 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 15 Jan 2006 00:56:50 +0000 (00:56 +0000)
commit9e2813200c82c9fef227cef9a1da0c2f89d1d837
treef218b5ba4cdacf970b9e892abf6eb2a8670a063b
parentcfa4da9b6da8c82be39350ce799a0ee503496a0f
re PR c++/25663 (Trouble parsing nested templated constructor calls)

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.

From-SVN: r109713
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/ctor6.C [new file with mode: 0644]