Flip expectedness for some linux systems.
authorJeff Law <law@gcc.gnu.org>
Tue, 3 Feb 1998 21:35:30 +0000 (14:35 -0700)
committerJeff Law <law@gcc.gnu.org>
Tue, 3 Feb 1998 21:35:30 +0000 (14:35 -0700)
From-SVN: r17645

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

index b0b13d47f971c5df4d52f3473f81ad0d01890a3c..124260bb1cca47e2501741c1aa5c887dd526524f 100644 (file)
@@ -1,5 +1,6 @@
 // prms-id: 6610
-
+// There is a bug in vtable thunks with multiple/virtual inheritance.
+// execution test fails - XFAIL *-*-linux-gnu *-*-linux
 int fail = 1;
 struct B;
 struct A { virtual int f(const B*) = 0; int g(const B*); };