OSDN Git Service

2009-04-10 Manuel López-Ibáñez <manu@gcc.gnu.org>
authormanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Apr 2009 12:47:58 +0000 (12:47 +0000)
committermanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Apr 2009 12:47:58 +0000 (12:47 +0000)
commit7b07a15edb365f63b6462d615dbfbde4e0a0c240
tree106b3d4ce9f0c88a2a149ad06bdea8346dc81d58
parent003880452d7643cfc86f86af7256b85723b49a4e
2009-04-10  Manuel López-Ibáñez  <manu@gcc.gnu.org>

PR  c++/20118
cp/
* parser.c (cp_parser_check_template_parameters): Take a
cp_declarator parameter.
(cp_parser_elaborated_type_specifier): Update to
cp_parser_check_template_parameters.
(cp_parser_class_head): Likewise.
(cp_parser_check_declarator_template_parameters): Likewise.
(cp_parser_check_template_parameters): Handle first the non-error
conditions. Give more accurate diagnostics if a declarator is
given.
testsuite/
* g++.dg/parse/pr20118.C: New.
* g++.dg/template/spec16.C: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145892 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/parse/pr20118.C [new file with mode: 0644]
gcc/testsuite/g++.dg/template/spec16.C