From: Manfred Hollstein Date: Tue, 26 May 1998 23:47:46 +0000 (+0000) Subject: thunk2.C: Setup this test to be expected to fail on m68k-motorola-sysv and... X-Git-Tag: prereleases/egcs-1.1-prerelease~1062 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8da801cf85dfcafdba58a78881117617def25af8;p=thirdparty%2Fgcc.git thunk2.C: Setup this test to be expected to fail on m68k-motorola-sysv and... � * 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 10e1f83cec62..b1a663c7888b 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 d4ba59bbf000..73bb0ff33b19 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 50f008655eae..6b309dd0014a 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