Revert XFAIL removal.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 May 2001 13:53:43 +0000 (13:53 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 May 2001 13:53:43 +0000 (13:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42153 138bc75d-0d04-0410-961f-82ee72b054a4

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

index ffe5ab5..6016c25 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 5198a64..628f590 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 { };