aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@dcc.unicamp.br>1999-08-05 21:38:39 +0000
committerAlexandre Oliva <oliva@gcc.gnu.org>1999-08-05 21:38:39 +0000
commit8a07ed33636938f5a15220a716666d0a3a2b421d (patch)
tree2a307d38ae028f50988928ce758ad5f9107c3852 /gcc
parentecd7226f3b001c80bf79ab397f478bdbc86df634 (diff)
downloadgcc-8a07ed33636938f5a15220a716666d0a3a2b421d.zip
gcc-8a07ed33636938f5a15220a716666d0a3a2b421d.tar.gz
gcc-8a07ed33636938f5a15220a716666d0a3a2b421d.tar.bz2
* g++.old-deja/g++.other/local3.C: Removed XFAIL.
From-SVN: r28543
Diffstat (limited to 'gcc')
-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;