* g++.old-deja/g++.other/local3.C: Removed XFAIL.
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Thu, 5 Aug 1999 21:38:39 +0000 (21:38 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Thu, 5 Aug 1999 21:38:39 +0000 (21:38 +0000)
From-SVN: r28543

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.other/local3.C

index 11c9fb149a221cbf81c4a4789fd92774c1e893ed..51d6bcf4f36ba20d7e1fe1c106d019142a42d3a9 100644 (file)
@@ -1,3 +1,7 @@
+1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * g++.old-deja/g++.other/local3.C: Removed XFAIL.
+
 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
 
        * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
index f190f3c74ac8feb4c3729ec26a84626e2dd8a4b9..0a248b1d27f3285aa56bc768d36662f18bf6b3a9 100644 (file)
@@ -1,7 +1,7 @@
 // Bug: g++ lies about DECL_CONTEXT, so the backend thinks B::f is not
 // function-local.
 // Contributed by Jason Merrill <jason@cygnus.com>
-// excess errors test - XFAIL *-*-*
+// excess errors test
 
 struct A {
   virtual void f () = 0;