* g++.dg/template/crash31.C: Correct embedded PR number.

From-SVN: r92557
This commit is contained in:
Mark Mitchell 2004-12-23 16:47:19 +00:00 committed by Mark Mitchell
parent cc29fd59a5
commit b3d1c238d8
3 changed files with 6 additions and 2 deletions

View File

@ -40,7 +40,7 @@
* call.c (convert_like_real): Do not permit the use of a copy
constructor to copy a packed field.
PR c++/17413
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.

View File

@ -1,3 +1,7 @@
2004-12-23 Mark Mitchell <mark@codesourcery.com>
* g++.dg/template/crash31.C: Correct embedded PR number.
2004-12-23 Mark Mitchell <mark@codesourcery.com>
PR c++/16405

View File

@ -1,3 +1,3 @@
// PR c++/13268
// PR c++/19063
template<operator< struct A {}; // { dg-error "" }