diff options
author | oldham <oldham@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-12 04:10:07 +0000 |
---|---|---|
committer | oldham <oldham@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-12 04:10:07 +0000 |
commit | fdffb8268b064417e1b34a914ca1cdd242145f3a (patch) | |
tree | 414694eaba4caa4fac8709adf0be4c5212a9e5ca | |
parent | a5e1fbde15900dad0e3a7b4b5de92c9b3b78c7d6 (diff) | |
download | gcc-fdffb8268b064417e1b34a914ca1cdd242145f3a.tar.gz |
2001-02-09 Jeffrey Oldham <oldham@codesourcery.com>
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39593 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/testsuite/ChangeLog | 11 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.other/crash26.C | 2 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.other/crash27.C | 2 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.other/crash28.C | 2 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.other/crash30.C | 2 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.other/crash32.C | 2 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.other/crash35.C | 2 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.pt/inherit2.C | 2 |
8 files changed, 18 insertions, 7 deletions
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 <oldham@codesourcery.com> + + * 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 <jsm28@cam.ac.uk> * 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 <jakub@redhat.com> -// 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 <jakub@redhat.com> -// 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 <jakub@redhat.com> -// 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 <jakub@redhat.com> -// 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 <jakub@redhat.com> -// 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 <jakub@redhat.com> -// 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 <class T> struct A { struct AA { }; |