* g++.dg/parse/angle-bracket.C (main): No longer fails.
From-SVN: r60572
This commit is contained in:
parent
e1c1b6a5a5
commit
c7ab2b4dbc
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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>
|
||||
|
||||
* g++.dg/eh/spec4.C: Remove stray semicolon.
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
|
||||
int main()
|
||||
{
|
||||
( int() > int() ); // { dg-bogus "parse" "" { xfail *-*-* } }
|
||||
( int() > int() );
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue