From: Alexandre Oliva Date: Thu, 5 Aug 1999 21:38:39 +0000 (+0000) Subject: * g++.old-deja/g++.other/local3.C: Removed XFAIL. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8a07ed33636938f5a15220a716666d0a3a2b421d;p=gcc.git * g++.old-deja/g++.other/local3.C: Removed XFAIL. From-SVN: r28543 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 11c9fb149a2..51d6bcf4f36 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +1999-08-05 Alexandre Oliva + + * 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. diff --git a/gcc/testsuite/g++.old-deja/g++.other/local3.C b/gcc/testsuite/g++.old-deja/g++.other/local3.C index f190f3c74ac..0a248b1d27f 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/local3.C +++ b/gcc/testsuite/g++.old-deja/g++.other/local3.C @@ -1,7 +1,7 @@ // Bug: g++ lies about DECL_CONTEXT, so the backend thinks B::f is not // function-local. // Contributed by Jason Merrill -// excess errors test - XFAIL *-*-* +// excess errors test struct A { virtual void f () = 0;