Commit 9e10d54a by Paolo Carlini

pr64127.C: Fix.

2014-12-10  Paolo Carlini  <paolo.carlini@oracle.com>

	* g++.dg/cpp/pr64127.C: Fix.

From-SVN: r218599
parent 0ccf5264
/* { 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 }
template <0> int __copy_streambufs_eof; // { dg-error "expected identifier|numeric constant|variable templates" }
__copy_streambufs_eof < // { dg-error "template argument|parse error|not name a type" }
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