Revert XFAIL removal.
authorNathan Sidwell <nathan@gcc.gnu.org>
Wed, 16 May 2001 13:53:43 +0000 (13:53 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Wed, 16 May 2001 13:53:43 +0000 (13:53 +0000)
From-SVN: r42153

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.pt/inherit2.C

index ffe5ab5735f04bd359d72378dc2ab25834b5c06a..6016c25594f5ce02ec5ba670dcb3ed2db6a0ac32 100644 (file)
@@ -4,7 +4,6 @@
 
 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
 
-       * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
        * g++.old-deja/g++.pt/crash66.C: New test.
 
 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
index 5198a6436e2bb8469cede67aab4e92d68063bebf..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:
-// Build don't link:
+// excess errors test - XFAIL *-*-*
 
 template <class T> struct A {
   struct AA { };