aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/g++.old-deja/g++.other/local3.C2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 11c9fb1..51d6bcf 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.
diff --git a/gcc/testsuite/g++.old-deja/g++.other/local3.C b/gcc/testsuite/g++.old-deja/g++.other/local3.C
index f190f3c..0a248b1 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 <jason@cygnus.com>
-// excess errors test - XFAIL *-*-*
+// excess errors test
struct A {
virtual void f () = 0;