From: Andrew Pinski Date: Fri, 8 Aug 2003 19:54:14 +0000 (+0000) Subject: crash11.C: Put the dg options in comments. X-Git-Tag: releases/gcc-3.4.0~4332 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb6e41689c3cdc32c5e3f54742ee4d18df7c6a34;p=thirdparty%2Fgcc.git crash11.C: Put the dg options in comments. 2003-08-08 Andrew Pinski * g++.dg/parse/crash11.C: Put the dg options in comments. From-SVN: r70254 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d1ba048adbba..a536a70b44a7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-08-08 Andrew Pinski + + * g++.dg/parse/crash11.C: Put the dg options in comments. + 2003-08-08 Neil Booth * lib/gcc-dg.exp: Update for diagnostic change. diff --git a/gcc/testsuite/g++.dg/parse/crash11.C b/gcc/testsuite/g++.dg/parse/crash11.C index 8e6c73b1e9c2..4893678d46f2 100644 --- a/gcc/testsuite/g++.dg/parse/crash11.C +++ b/gcc/testsuite/g++.dg/parse/crash11.C @@ -20,7 +20,7 @@ struct B struct Template { typedef typename A::Template> - ::template Template::Type Type; { dg-error "mismatch|class template|unqualified-id" } + ::template Template::Type Type; // { dg-error "mismatch|class template|unqualified-id" } }; }; template @@ -30,5 +30,5 @@ struct C }; int main() { - typedef B::Template::Type Type; { dg-error "init-declarator|;" } + typedef B::Template::Type Type; // { dg-error "init-declarator|;" } }