Commit 1fa29c84 by Paolo Carlini Committed by Paolo Carlini

crash101.C: Remove stray // from dg-error comment.

2010-07-02  Paolo Carlini  <paolo.carlini@oracle.com>

	* g++.dg/template/crash101.C: Remove stray // from dg-error comment.

From-SVN: r161722
parent a277dd9b
2010-07-02 Paolo Carlini <paolo.carlini@oracle.com>
* g++.dg/template/crash98.C: Remove stray // from dg-error comment.
2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
* gcc.target/arm/neon/vdup_ns64.c: Regenerated.
......
......@@ -5,7 +5,7 @@ struct locale { };
template<class charT>
void
foo()
{ locale::locale(); } // // { dg-error "cannot call|function-style" }
{ locale::locale(); } // { dg-error "cannot call|function-style" }
void
bar()
......
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