projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e535528
)
Flip expectedness for some linux systems.
author
Jeff Law
<law@gcc.gnu.org>
Tue, 3 Feb 1998 21:35:30 +0000
(14:35 -0700)
committer
Jeff 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
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.mike/p6610a.C
b/gcc/testsuite/g++.old-deja/g++.mike/p6610a.C
index b0b13d47f971c5df4d52f3473f81ad0d01890a3c..124260bb1cca47e2501741c1aa5c887dd526524f 100644
(file)
--- a/
gcc/testsuite/g++.old-deja/g++.mike/p6610a.C
+++ b/
gcc/testsuite/g++.old-deja/g++.mike/p6610a.C
@@
-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*); };