* g++.dg/parse/angle-bracket.C (main): No longer fails.
From-SVN: r60572
This commit is contained in:
parent
e1c1b6a5a5
commit
c7ab2b4dbc
@ -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>
|
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 @@
|
|||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
( int() > int() ); // { dg-bogus "parse" "" { xfail *-*-* } }
|
( int() > int() );
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user