diff options
author | Jeffrey Oldham <oldham@codesourcery.com> | 2001-02-12 04:10:07 +0000 |
---|---|---|
committer | Jeffrey D. Oldham <oldham@gcc.gnu.org> | 2001-02-12 04:10:07 +0000 |
commit | 79ff6e278e91d508b92455ec0be6ca6a300fff03 (patch) | |
tree | 414694eaba4caa4fac8709adf0be4c5212a9e5ca /gcc | |
parent | 1c7c97cc635d4aa08f499bc941918f64502034d3 (diff) | |
download | gcc-79ff6e278e91d508b92455ec0be6ca6a300fff03.zip gcc-79ff6e278e91d508b92455ec0be6ca6a300fff03.tar.gz gcc-79ff6e278e91d508b92455ec0be6ca6a300fff03.tar.bz2 |
crash26.C: XFAIL if parser produces excess errors message but not if it crashes.
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.
From-SVN: r39593
Diffstat (limited to 'gcc')
-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 0a4ce49..d17e44b 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 4a363de..e7389fb 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 8643b08..6654bdf 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 06a1cfc..79a6706 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 1058b7f..7d924d5 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 355ace6..98366c1 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 7b78aca..8e9f23e 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 46637a1..628f590 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 { }; |