crash26.C: XFAIL if parser produces excess errors message but not if it crashes.
authorJeffrey Oldham <oldham@codesourcery.com>
Mon, 12 Feb 2001 04:10:07 +0000 (04:10 +0000)
committerJeffrey D. Oldham <oldham@gcc.gnu.org>
Mon, 12 Feb 2001 04:10:07 +0000 (04:10 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.other/crash26.C
gcc/testsuite/g++.old-deja/g++.other/crash27.C
gcc/testsuite/g++.old-deja/g++.other/crash28.C
gcc/testsuite/g++.old-deja/g++.other/crash30.C
gcc/testsuite/g++.old-deja/g++.other/crash32.C
gcc/testsuite/g++.old-deja/g++.other/crash35.C
gcc/testsuite/g++.old-deja/g++.pt/inherit2.C

index 0a4ce4989f6e455787bf7a33e93a929848742235..d17e44bdaa602a55ee8995523b33995a48911807 100644 (file)
@@ -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,
index 4a363de48a16d6336173eb34012fada395e7309d..e7389fb40bb053144116718215703e00f0197476 100644 (file)
@@ -1,7 +1,7 @@
 // Build don't link:
 // Origin: Jakub Jelinek <jakub@redhat.com>
 
-// crash test - XFAIL *-*-*
+// excess errors test - XFAIL *-*-*
 
 class foo {
 public:
index 8643b086e61c06427f77fb5d15a7b0d3f26fd8b0..6654bdfb00d725566610bed7878f7e3064aae825 100644 (file)
@@ -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 - 
 
index 06a1cfc3314351af2d781672beaaed3bafe76737..79a6706cd583f08088c8a8ad0147edf4feffd9f1 100644 (file)
@@ -1,7 +1,7 @@
 // Build don't link:
 // Origin: Jakub Jelinek <jakub@redhat.com>
 
-// crash test - XFAIL *-*-*
+// excess errors test - XFAIL *-*-*
 
 namespace N
 {
index 1058b7fdfd09e6a04ee090b0c307d8972af45a8f..7d924d5129191427c5fd4aa8cb5b194be1b7d70d 100644 (file)
@@ -1,7 +1,7 @@
 // Build don't link:
 // Origin: Jakub Jelinek <jakub@redhat.com>
 
-// crash test - XFAIL *-*-*
+// excess errors test - XFAIL *-*-*
 
 struct foo
 {
index 355ace6c17780c5438eafab514afc6339629048f..98366c1e9104999216745c4f4bd144b3a76ec8aa 100644 (file)
@@ -1,7 +1,7 @@
 // Build don't link:
 // Origin: Jakub Jelinek <jakub@redhat.com>
 
-// crash test - XFAIL *-*-*
+// excess errors test - XFAIL *-*-*
 
 struct foo
 {
index 7b78aca65855daed5d5be4b642b21499c1f89cad..8e9f23ea2b6e9357bff477657bae24b7d891f1f2 100644 (file)
@@ -1,7 +1,7 @@
 // Build don't link:
 // Origin: Jakub Jelinek <jakub@redhat.com>
 
-// crash test - XFAIL *-*-*
+// excess errors test - XFAIL *-*-*
 
 void foo()
 {
index 46637a11cad23b1dd5066d7adf06bd966040a0f3..628f590e10f7f92bd39e5e30b985553cd171d29e 100644 (file)
@@ -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 { };