Commit 73d17363 by Kai Tietz Committed by Kai Tietz

re PR c++/64127 (ICE on invalid: tree check: expected identifier_node, have…

re PR c++/64127 (ICE on invalid: tree check: expected identifier_node, have template_id_expr in cp_parser_diagnose_invalid_type_name, at cp/parser.c:2980)

	PR c++/64127
	* g++.dg/cpp/pr64127.C: New file.

From-SVN: r218574
parent e6f2df09
2014-12-10 Kai Tietz <ktietz@redhat.com>
PR c++/64127
* g++.dg/cpp/pr64127.C: New file.
PR c++/64100
* g++.dg/template/pr64100.C: New file.
......
/* { dg-do compile { target c++98_only } } */
template <0> int __copy_streambufs_eof; // { dg-error "" }
// { dg-error "numeric constant" "" { target *-*-* } 3 }
// { dg-warning "variable templates" "" { target *-*-* } 3 }
__copy_streambufs_eof < // { dg-error "" }
// { dg-error "parse error" "" { target *-*-* } 6 }
// { dg-error "not name a type" "" { target *-*-* } 6 }
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