re PR c++/19063 (ICE on invalid template parameter)
authorMark Mitchell <mark@codesourcery.com>
Fri, 5 Aug 2005 21:01:47 +0000 (21:01 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 5 Aug 2005 21:01:47 +0000 (21:01 +0000)
commitd8654d1a75fe2547398d7ee8338018dbdc2670ea
tree1bc9d4cacb86e443b1725b32a61cbe60d101486a
parenteed61baa40823f0c681f5e5a0e541dfea3f42f68
re PR c++/19063 (ICE on invalid template parameter)

* name-lookup.c (pushtag): Remove accidental commit from:
2004-12-21  Mark Mitchell  <mark@codesourcery.com>
PR c++/19063
* decl.c (grokdeclarator): Return error_mark_node, not
void_type_node, to indicate errors.
* parser.c (cp_parser_template_parameter_list): Robustify.
(cp_parser_template_parameter): Likewise.

From-SVN: r102784
gcc/cp/ChangeLog
gcc/cp/name-lookup.c