This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH for two unsupported testcases on Motorola machines.


This small tests gets me rid of two unexpected failures while they're
actually expected on the two platforms m68k-motorola-sysv and
m88k-motorola-sysv3. Both systems are PIC-and-shared-lib unaware.

1998-05-26  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.

diff -rup -x CVS -x RCS -x *.o -x *.info* -x *.html* -x *.elc -x *.dvi -x *.orig -x *~ -x version.el egcs-19980525.orig/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C egcs-19980525/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C
--- egcs-19980525.orig/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C	Tue Aug 19 09:35:32 1997
+++ egcs-19980525/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C	Tue May 26 08:18:20 1998
@@ -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 -rup -x CVS -x RCS -x *.o -x *.info* -x *.html* -x *.elc -x *.dvi -x *.orig -x *~ -x version.el egcs-19980525.orig/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C egcs-19980525/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C
--- egcs-19980525.orig/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C	Tue Aug 19 09:35:32 1997
+++ egcs-19980525/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C	Mon May 25 13:37:18 1998
@@ -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>
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]