OSDN Git Service

authormanfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 May 1998 23:47:46 +0000 (23:47 +0000)
committermanfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 May 1998 23:47:46 +0000 (23:47 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20083 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.jason/thunk2.C
gcc/testsuite/g++.old-deja/g++.jason/thunk3.C

index 10e1f83..b1a663c 100644 (file)
@@ -1,3 +1,10 @@
+1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
+
+       * 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 <Franz.Sirl-kernel@lauterbach.com>
 
        * gcc.dg/980526-1.c: New test.
index d4ba59b..73bb0ff 100644 (file)
@@ -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;
index 50f0086..6b309dd 100644 (file)
@@ -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 <stdarg.h>