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
This commit is contained in:
parent
a277dd9b1a
commit
1fa29c8462
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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()
|
||||
|
|
Loading…
Add table
Reference in a new issue