+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,
// Build don't link:
// Origin: Jakub Jelinek <jakub@redhat.com>
-// crash test - XFAIL *-*-*
+// excess errors test - XFAIL *-*-*
class foo {
public:
// 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 -
// Build don't link:
// Origin: Jakub Jelinek <jakub@redhat.com>
-// crash test - XFAIL *-*-*
+// excess errors test - XFAIL *-*-*
namespace N
{
// Build don't link:
// Origin: Jakub Jelinek <jakub@redhat.com>
-// crash test - XFAIL *-*-*
+// excess errors test - XFAIL *-*-*
struct foo
{
// Build don't link:
// Origin: Jakub Jelinek <jakub@redhat.com>
-// crash test - XFAIL *-*-*
+// excess errors test - XFAIL *-*-*
struct foo
{
// Build don't link:
// Origin: Jakub Jelinek <jakub@redhat.com>
-// crash test - XFAIL *-*-*
+// excess errors test - XFAIL *-*-*
void foo()
{
// 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 { };