From 8da801cf85dfcafdba58a78881117617def25af8 Mon Sep 17 00:00:00 2001 From: Manfred Hollstein Date: Tue, 26 May 1998 23:47:46 +0000 Subject: thunk2.C: Setup this test to be expected to fail on m68k-motorola-sysv and... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit � * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to fail on m68k-motorola-sysv and m88k-motorola-sysv3. * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and m88k-motorola-sysv3 to XFAIL. From-SVN: r20083 --- gcc/testsuite/ChangeLog | 7 +++++++ gcc/testsuite/g++.old-deja/g++.jason/thunk2.C | 1 + gcc/testsuite/g++.old-deja/g++.jason/thunk3.C | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 10e1f83..b1a663c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +1998-05-27 Manfred Hollstein + + * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to + fail on m68k-motorola-sysv and m88k-motorola-sysv3. + * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and + m88k-motorola-sysv3 to XFAIL. + Tue May 26 23:58:03 1998 Franz Sirl * gcc.dg/980526-1.c: New test. diff --git a/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C b/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C index d4ba59b..73bb0ff 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C @@ -1,6 +1,7 @@ // Test that non-variadic function calls using thunks and PIC work right. // Skip if not native // Special g++ Options: -fvtable-thunks -fPIC +// excess errors test - XFAIL m68k-motorola-sysv m88k-motorola-sysv3 struct A { void* p; diff --git a/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C b/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C index 50f0086..6b309dd 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C @@ -1,6 +1,6 @@ // Test that function calls using thunks work right. // Special g++ Options: -fvtable-thunks -// excess errors test - XFAIL mips*-*-* alpha*-*-* rs6000-*-* powerpc-*-eabi m68k-*-coff +// excess errors test - XFAIL mips*-*-* alpha*-*-* rs6000-*-* powerpc-*-eabi m68k-*-coff m68k-motorola-sysv m88k-motorola-sysv3 #include -- cgit v1.1