Commit c7ab2b4d by Gabriel Dos Reis Committed by Gabriel Dos Reis

* g++.dg/parse/angle-bracket.C (main): No longer fails.

From-SVN: r60572
parent e1c1b6a5
2002-12-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
* g++.dg/parse/angle-bracket.C (main): No longer fails.
2002-12-27 Mark Mitchell <mark@codesourcery.com> 2002-12-27 Mark Mitchell <mark@codesourcery.com>
* g++.dg/eh/spec4.C: Remove stray semicolon. * g++.dg/eh/spec4.C: Remove stray semicolon.
......
...@@ -4,6 +4,6 @@ ...@@ -4,6 +4,6 @@
int main() int main()
{ {
( int() > int() ); // { dg-bogus "parse" "" { xfail *-*-* } } ( int() > int() );
return 0; return 0;
} }
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