Revert XFAIL removal.

From-SVN: r42153
This commit is contained in:
Nathan Sidwell 2001-05-16 13:53:43 +00:00
parent e65677af0f
commit 17b63fd0be
2 changed files with 2 additions and 3 deletions

View 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>

View 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 { };