From: Kriang Lerdsuwanakij Date: Wed, 1 Jan 2003 07:43:35 +0000 (+0000) Subject: ambig3.C: Remove XFAIL. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a0f1180476ed809739e5e6ae880c50a12e352dc9;p=gcc.git ambig3.C: Remove XFAIL. * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL. * g++.old-deja/g++.other/access6.C: Likewise. * g++.old-deja/g++.other/decl1.C: Likewise. * g++.old-deja/g++.pt/typename12.C: Likewise. From-SVN: r60730 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4af49305c02..a71d5808dce 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2003-01-01 Kriang Lerdsuwanakij + + * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL. + * g++.old-deja/g++.other/access6.C: Likewise. + * g++.old-deja/g++.other/decl1.C: Likewise. + * g++.old-deja/g++.pt/typename12.C: Likewise. + 2002-12-31 Mark Mitchell * g++.dg/parse/namespace1.C: New test. diff --git a/gcc/testsuite/g++.old-deja/g++.jason/ambig3.C b/gcc/testsuite/g++.old-deja/g++.jason/ambig3.C index 3f01660bf98..867a179c8da 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/ambig3.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/ambig3.C @@ -9,8 +9,8 @@ struct A { void f () { int i[2], j; - A a (int (i[1]), j); // gets bogus error - late parsing XFAIL *-*-* + A a (int (i[1]), j); // gets bogus error - late parsing A b (int (i[1]), int j); // function - a.k = 0; // gets bogus error - late parsing XFAIL *-*-* + a.k = 0; // gets bogus error - late parsing b (i, j); } diff --git a/gcc/testsuite/g++.old-deja/g++.other/access6.C b/gcc/testsuite/g++.old-deja/g++.other/access6.C index 7a7c7ff5941..bbe8a05938b 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/access6.C +++ b/gcc/testsuite/g++.old-deja/g++.other/access6.C @@ -6,12 +6,12 @@ struct S { }; class C { - static const int i = 3; // gets bogus error - private - XFAIL *-*-* + static const int i = 3; // gets bogus error - private public: - S* f(); // gets bogus error - redeclared - XFAIL *-*-* + S* f(); // gets bogus error - redeclared }; -S* C::f() { // gets bogus error - private - XFAIL *-*-* +S* C::f() { // gets bogus error - private return 0; } diff --git a/gcc/testsuite/g++.old-deja/g++.other/decl1.C b/gcc/testsuite/g++.old-deja/g++.other/decl1.C index 7a55ce0cdeb..27460de2078 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/decl1.C +++ b/gcc/testsuite/g++.old-deja/g++.other/decl1.C @@ -1,7 +1,7 @@ // Build don't link: // Based on a test case by Phil Blecker -// excess errors test - XFAIL *-*-* +// excess errors test int foo(int); int bar() { diff --git a/gcc/testsuite/g++.old-deja/g++.pt/typename12.C b/gcc/testsuite/g++.old-deja/g++.pt/typename12.C index cef670089c1..e247145bf1c 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/typename12.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/typename12.C @@ -1,6 +1,6 @@ // Special g++ Options: -// execution test - XFAIL *-*-* -// excess errors test - XFAIL *-*-* +// execution test +// excess errors test int i = 0;