* g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
authorLoren J. Rittle <ljrittle@acm.org>
Wed, 8 Nov 2000 10:08:28 +0000 (10:08 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Wed, 8 Nov 2000 10:08:28 +0000 (10:08 +0000)
From-SVN: r37314

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.mike/p6610a.C

index a4f81abf8fd6bd2dd36d53ee922c93de9e249a9c..b58a1c21048f2bf293cbd9824ed0ce944bd2c251 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
+
+       * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
+
 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
 
        * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
index a6ca828dea29f6d2cdc7b5bad45160b88df33852..3d8b07b9925dbfd11b3888389d9e12f5ed7094d5 100644 (file)
@@ -1,6 +1,6 @@
 // prms-id: 6610
 // There is a bug in vtable thunks with multiple/virtual inheritance.
-// execution test - XFAIL *-*-linux-gnu *-*-linux *-*-freebsdelf*
+// execution test - XFAIL *-*-linux-gnu *-*-linux *-*-freebsd*
 int fail = 1;
 struct B;
 struct A { virtual int f(const B*) = 0; int g(const B*); };