From: Paolo Carlini Date: Fri, 2 Jul 2010 15:17:10 +0000 (+0000) Subject: crash101.C: Remove stray // from dg-error comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1fa29c84624c8ab2c3739d906bc08c7b112eee73;p=gcc.git crash101.C: Remove stray // from dg-error comment. 2010-07-02 Paolo Carlini * g++.dg/template/crash101.C: Remove stray // from dg-error comment. From-SVN: r161722 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 369557b488e..f5b759b7f95 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-07-02 Paolo Carlini + + * g++.dg/template/crash98.C: Remove stray // from dg-error comment. + 2010-07-02 Sandra Loosemore * gcc.target/arm/neon/vdup_ns64.c: Regenerated. diff --git a/gcc/testsuite/g++.dg/template/crash101.C b/gcc/testsuite/g++.dg/template/crash101.C index 38059fc5e76..c59737a8938 100644 --- a/gcc/testsuite/g++.dg/template/crash101.C +++ b/gcc/testsuite/g++.dg/template/crash101.C @@ -5,7 +5,7 @@ struct locale { }; template void foo() - { locale::locale(); } // // { dg-error "cannot call|function-style" } + { locale::locale(); } // { dg-error "cannot call|function-style" } void bar()