* g++.old-deja/g++.other/local3.C: Removed XFAIL.

From-SVN: r28543
This commit is contained in:
Alexandre Oliva 1999-08-05 21:38:39 +00:00 committed by Alexandre Oliva
parent ecd7226f3b
commit 8a07ed3363
2 changed files with 5 additions and 1 deletions

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

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