diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0a4ce4989f6..d17e44bdaa6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,14 @@ +2001-02-11 Jeffrey Oldham + + * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces + excess errors message but not if it crashes. + * g++.old-deja/g++.other/crash27.C: Likewise. + * g++.old-deja/g++.other/crash28.C: Likewise. + * g++.old-deja/g++.other/crash30.C: Likewise. + * g++.old-deja/g++.other/crash32.C: Likewise. + * g++.old-deja/g++.other/crash35.C: Likewise. + * g++.old-deja/g++.pt/inherit2.C: Likewise. + 2001-02-08 Joseph S. Myers * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp, diff --git a/gcc/testsuite/g++.old-deja/g++.other/crash26.C b/gcc/testsuite/g++.old-deja/g++.other/crash26.C index 4a363de48a1..e7389fb40bb 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/crash26.C +++ b/gcc/testsuite/g++.old-deja/g++.other/crash26.C @@ -1,7 +1,7 @@ // Build don't link: // Origin: Jakub Jelinek -// crash test - XFAIL *-*-* +// excess errors test - XFAIL *-*-* class foo { public: diff --git a/gcc/testsuite/g++.old-deja/g++.other/crash27.C b/gcc/testsuite/g++.old-deja/g++.other/crash27.C index 8643b086e61..6654bdfb00d 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/crash27.C +++ b/gcc/testsuite/g++.old-deja/g++.other/crash27.C @@ -1,7 +1,7 @@ // Build don't link: // Origin: Jakub Jelinek -// crash test - XFAIL *-*-* +// excess errors test - XFAIL *-*-* X(Y(long, Type, CLink)); break; default: break; } } } // ERROR - diff --git a/gcc/testsuite/g++.old-deja/g++.other/crash28.C b/gcc/testsuite/g++.old-deja/g++.other/crash28.C index 06a1cfc3314..79a6706cd58 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/crash28.C +++ b/gcc/testsuite/g++.old-deja/g++.other/crash28.C @@ -1,7 +1,7 @@ // Build don't link: // Origin: Jakub Jelinek -// crash test - XFAIL *-*-* +// excess errors test - XFAIL *-*-* namespace N { diff --git a/gcc/testsuite/g++.old-deja/g++.other/crash30.C b/gcc/testsuite/g++.old-deja/g++.other/crash30.C index 1058b7fdfd0..7d924d51291 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/crash30.C +++ b/gcc/testsuite/g++.old-deja/g++.other/crash30.C @@ -1,7 +1,7 @@ // Build don't link: // Origin: Jakub Jelinek -// crash test - XFAIL *-*-* +// excess errors test - XFAIL *-*-* struct foo { diff --git a/gcc/testsuite/g++.old-deja/g++.other/crash32.C b/gcc/testsuite/g++.old-deja/g++.other/crash32.C index 355ace6c177..98366c1e910 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/crash32.C +++ b/gcc/testsuite/g++.old-deja/g++.other/crash32.C @@ -1,7 +1,7 @@ // Build don't link: // Origin: Jakub Jelinek -// crash test - XFAIL *-*-* +// excess errors test - XFAIL *-*-* struct foo { diff --git a/gcc/testsuite/g++.old-deja/g++.other/crash35.C b/gcc/testsuite/g++.old-deja/g++.other/crash35.C index 7b78aca6585..8e9f23ea2b6 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/crash35.C +++ b/gcc/testsuite/g++.old-deja/g++.other/crash35.C @@ -1,7 +1,7 @@ // Build don't link: // Origin: Jakub Jelinek -// crash test - XFAIL *-*-* +// excess errors test - XFAIL *-*-* void foo() { diff --git a/gcc/testsuite/g++.old-deja/g++.pt/inherit2.C b/gcc/testsuite/g++.old-deja/g++.pt/inherit2.C index 46637a11cad..628f590e10f 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/inherit2.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/inherit2.C @@ -1,7 +1,7 @@ // Test that we warn about unqualified references to implicit typenames. // Bug: g++ is confused by the binding for ::AN and crashes. // Special g++ Options: -// crash test - XFAIL *-*-* +// excess errors test - XFAIL *-*-* template struct A { struct AA { };