diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0a4ce4989f6e..d17e44bdaa60 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 4a363de48a16..e7389fb40bb0 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 8643b086e61c..6654bdfb00d7 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 06a1cfc33143..79a6706cd583 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 1058b7fdfd09..7d924d512919 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 355ace6c1778..98366c1e9104 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 7b78aca65855..8e9f23ea2b6e 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 46637a11cad2..628f590e10f7 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 { };