Commit b3d1c238 by Mark Mitchell Committed by Mark Mitchell

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

From-SVN: r92557
parent cc29fd59
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
* call.c (convert_like_real): Do not permit the use of a copy * call.c (convert_like_real): Do not permit the use of a copy
constructor to copy a packed field. constructor to copy a packed field.
PR c++/17413 PR c++/19063
* decl.c (grokdeclarator): Return error_mark_node, not * decl.c (grokdeclarator): Return error_mark_node, not
void_type_node, to indicate errors. void_type_node, to indicate errors.
* parser.c (cp_parser_template_parameter_list): Robustify. * parser.c (cp_parser_template_parameter_list): Robustify.
......
2004-12-23 Mark Mitchell <mark@codesourcery.com> 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 PR c++/16405
* g++.dg/opt/temp1.C: Add do-run marker. * g++.dg/opt/temp1.C: Add do-run marker.
......
// PR c++/13268 // PR c++/19063
template<operator< struct A {}; // { dg-error "" } template<operator< struct A {}; // { dg-error "" }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment