This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RFA PATCH: Un-xfail a bunch of libffi tests for mips*...


My previous patch for mips support in libffi causes all the tests to XPASS.

This patch changes all the tests so that they xfail for mips64*-*-* but
not mips*-*-*

OK to commit?

David Daney.
2004-08-24  David Daney  <daney@avtrex.com>

	* testsuite/libffi.call/closure_fn0.c: Xfail mips64* instead of mips*.
	* testsuite/libffi.call/closure_fn1.c: Likewise.
	* testsuite/libffi.call/closure_fn2.c  Likewise.
	* testsuite/libffi.call/closure_fn3.c: Likewise.
	* testsuite/libffi.call/closure_fn4.c: Likewise.
	* testsuite/libffi.call/closure_fn5.c: Likewise.
	* testsuite/libffi.call/cls_18byte.c: Likewise.
	* testsuite/libffi.call/cls_19byte.c: Likewise.
	* testsuite/libffi.call/cls_1_1byte.c: Likewise.
	* testsuite/libffi.call/cls_20byte.c: Likewise.
	* testsuite/libffi.call/cls_20byte1.c: Likewise.
	* testsuite/libffi.call/cls_24byte.c: Likewise.
	* testsuite/libffi.call/cls_2byte.c: Likewise.
	* testsuite/libffi.call/cls_3_1byte.c: Likewise.
	* testsuite/libffi.call/cls_3byte1.c: Likewise.
	* testsuite/libffi.call/cls_3byte2.c: Likewise.
	* testsuite/libffi.call/cls_4_1byte.c: Likewise.
	* testsuite/libffi.call/cls_4byte.c: Likewise.
	* testsuite/libffi.call/cls_64byte.c: Likewise.
	* testsuite/libffi.call/cls_6byte.c: Likewise.
	* testsuite/libffi.call/cls_7byte.c: Likewise.
	* testsuite/libffi.call/cls_8byte.c: Likewise.
	* testsuite/libffi.call/cls_9byte1.c: Likewise.
	* testsuite/libffi.call/cls_9byte2.c: Likewise.
	* testsuite/libffi.call/cls_align_double.c: Likewise.
	* testsuite/libffi.call/cls_align_float.c: Likewise.
	* testsuite/libffi.call/cls_align_longdouble.c: Likewise.
	* testsuite/libffi.call/cls_align_pointer.c: Likewise.
	* testsuite/libffi.call/cls_align_sint16.c: Likewise.
	* testsuite/libffi.call/cls_align_sint32.c: Likewise.
	* testsuite/libffi.call/cls_align_sint64.c: Likewise.
	* testsuite/libffi.call/cls_align_uint16.c: Likewise.
	* testsuite/libffi.call/cls_align_uint32.c: Likewise.
	* testsuite/libffi.call/cls_align_uint64.c: Likewise.
	* testsuite/libffi.call/cls_double.c: Likewise.
	* testsuite/libffi.call/cls_float.c: Likewise.
	* testsuite/libffi.call/cls_multi_schar.c: Likewise.
	* testsuite/libffi.call/cls_multi_sshort.c: Likewise.
	* testsuite/libffi.call/cls_multi_sshortchar.c: Likewise.
	* testsuite/libffi.call/cls_multi_uchar.c: Likewise.
	* testsuite/libffi.call/cls_multi_ushort.c: Likewise.
	* testsuite/libffi.call/cls_multi_ushortchar.c: Likewise.
	* testsuite/libffi.call/cls_schar.c: Likewise.
	* testsuite/libffi.call/cls_sint.c: Likewise.
	* testsuite/libffi.call/cls_sshort.c: Likewise.
	* testsuite/libffi.call/cls_uchar.c: Likewise.
	* testsuite/libffi.call/cls_uint.c: Likewise.
	* testsuite/libffi.call/cls_ulonglong.c: Likewise.
	* testsuite/libffi.call/cls_ushort.c: Likewise.
	* testsuite/libffi.call/nested_struct.c: Likewise.
	* testsuite/libffi.call/nested_struct1.c: Likewise.
	* testsuite/libffi.call/nested_struct2.c: Likewise.
	* testsuite/libffi.call/nested_struct3.c: Likewise.
	* testsuite/libffi.call/problem1.c: Likewise.
	* testsuite/libffi.special/unwindtest.cc: Likewise.
	* testsuite/libffi.call/cls_12byte.c: Likewise and set return value
	to zero.
	* testsuite/libffi.call/cls_16byte.c: Likewise.
	* testsuite/libffi.call/cls_5byte.c: Likewise.

Index: testsuite/libffi.call/closure_fn0.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/closure_fn0.c,v
retrieving revision 1.4
diff -c -r1.4 closure_fn0.c
*** testsuite/libffi.call/closure_fn0.c	21 Nov 2003 11:24:09 -0000	1.4
--- testsuite/libffi.call/closure_fn0.c	25 Aug 2004 00:12:49 -0000
***************
*** 6,12 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  static void
--- 6,12 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  static void
Index: testsuite/libffi.call/closure_fn1.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/closure_fn1.c,v
retrieving revision 1.4
diff -c -r1.4 closure_fn1.c
*** testsuite/libffi.call/closure_fn1.c	21 Nov 2003 11:24:09 -0000	1.4
--- testsuite/libffi.call/closure_fn1.c	25 Aug 2004 00:12:49 -0000
***************
*** 6,12 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  
--- 6,12 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  
Index: testsuite/libffi.call/closure_fn2.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/closure_fn2.c,v
retrieving revision 1.4
diff -c -r1.4 closure_fn2.c
*** testsuite/libffi.call/closure_fn2.c	21 Nov 2003 11:24:09 -0000	1.4
--- testsuite/libffi.call/closure_fn2.c	25 Aug 2004 00:12:49 -0000
***************
*** 6,12 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  static void closure_test_fn2(ffi_cif* cif,void* resp,void** args,
--- 6,12 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  static void closure_test_fn2(ffi_cif* cif,void* resp,void** args,
Index: testsuite/libffi.call/closure_fn3.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/closure_fn3.c,v
retrieving revision 1.4
diff -c -r1.4 closure_fn3.c
*** testsuite/libffi.call/closure_fn3.c	21 Nov 2003 11:24:09 -0000	1.4
--- testsuite/libffi.call/closure_fn3.c	25 Aug 2004 00:12:49 -0000
***************
*** 6,12 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  static void closure_test_fn3(ffi_cif* cif,void* resp,void** args,
--- 6,12 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  static void closure_test_fn3(ffi_cif* cif,void* resp,void** args,
Index: testsuite/libffi.call/closure_fn4.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/closure_fn4.c,v
retrieving revision 1.3
diff -c -r1.3 closure_fn4.c
*** testsuite/libffi.call/closure_fn4.c	21 Nov 2003 11:24:09 -0000	1.3
--- testsuite/libffi.call/closure_fn4.c	25 Aug 2004 00:12:49 -0000
***************
*** 6,12 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20031026	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  
  #include "ffitest.h"
  
--- 6,12 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20031026	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  
  #include "ffitest.h"
  
Index: testsuite/libffi.call/closure_fn5.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/closure_fn5.c,v
retrieving revision 1.3
diff -c -r1.3 closure_fn5.c
*** testsuite/libffi.call/closure_fn5.c	21 Nov 2003 11:24:09 -0000	1.3
--- testsuite/libffi.call/closure_fn5.c	25 Aug 2004 00:12:49 -0000
***************
*** 6,12 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20031026	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  
  #include "ffitest.h"
  
--- 6,12 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20031026	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  
  #include "ffitest.h"
  
Index: testsuite/libffi.call/cls_12byte.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_12byte.c,v
retrieving revision 1.4
diff -c -r1.4 cls_12byte.c
*** testsuite/libffi.call/cls_12byte.c	21 Nov 2003 11:24:09 -0000	1.4
--- testsuite/libffi.call/cls_12byte.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_12byte {
--- 4,10 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_12byte {
***************
*** 88,93 ****
--- 88,97 ----
  
    CHECK(ffi_prep_closure(pcl, &cif, cls_struct_12byte_gn, NULL) == FFI_OK);
  
+   res_dbl.a = 0;
+   res_dbl.b = 0;
+   res_dbl.c = 0;
+ 
    res_dbl = ((cls_struct_12byte(*)(cls_struct_12byte, cls_struct_12byte))(pcl))(h_dbl, j_dbl);
    /* { dg-output "\n7 4 9 1 5 3: 8 9 12" } */
    printf("res: %d %d %d\n", res_dbl.a, res_dbl.b, res_dbl.c);
Index: testsuite/libffi.call/cls_16byte.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_16byte.c,v
retrieving revision 1.4
diff -c -r1.4 cls_16byte.c
*** testsuite/libffi.call/cls_16byte.c	21 Nov 2003 11:24:09 -0000	1.4
--- testsuite/libffi.call/cls_16byte.c	25 Aug 2004 00:12:49 -0000
***************
*** 5,11 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_16byte {
--- 5,11 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_16byte {
***************
*** 87,92 ****
--- 87,96 ----
    printf("res: %d %g %d\n", res_dbl.a, res_dbl.b, res_dbl.c);
    /* { dg-output "\nres: 8 17 12" } */
  
+   res_dbl.a = 0;
+   res_dbl.b = 0.0;
+   res_dbl.c = 0;
+ 
    CHECK(ffi_prep_closure(pcl, &cif, cls_struct_16byte_gn, NULL) == FFI_OK);
  
    res_dbl = ((cls_struct_16byte(*)(cls_struct_16byte, cls_struct_16byte))(pcl))(h_dbl, j_dbl);
Index: testsuite/libffi.call/cls_18byte.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_18byte.c,v
retrieving revision 1.3
diff -c -r1.3 cls_18byte.c
*** testsuite/libffi.call/cls_18byte.c	21 Nov 2003 11:24:09 -0000	1.3
--- testsuite/libffi.call/cls_18byte.c	25 Aug 2004 00:12:49 -0000
***************
*** 5,11 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030915	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_18byte {
--- 5,11 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030915	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_18byte {
Index: testsuite/libffi.call/cls_19byte.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_19byte.c,v
retrieving revision 1.3
diff -c -r1.3 cls_19byte.c
*** testsuite/libffi.call/cls_19byte.c	21 Nov 2003 11:24:09 -0000	1.3
--- testsuite/libffi.call/cls_19byte.c	25 Aug 2004 00:12:49 -0000
***************
*** 5,11 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030915	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_19byte {
--- 5,11 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030915	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_19byte {
Index: testsuite/libffi.call/cls_1_1byte.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_1_1byte.c,v
retrieving revision 1.4
diff -c -r1.4 cls_1_1byte.c
*** testsuite/libffi.call/cls_1_1byte.c	21 Nov 2003 11:24:09 -0000	1.4
--- testsuite/libffi.call/cls_1_1byte.c	25 Aug 2004 00:12:49 -0000
***************
*** 6,12 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030902	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_1_1byte {
--- 6,12 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030902	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_1_1byte {
Index: testsuite/libffi.call/cls_20byte.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_20byte.c,v
retrieving revision 1.4
diff -c -r1.4 cls_20byte.c
*** testsuite/libffi.call/cls_20byte.c	21 Nov 2003 11:24:09 -0000	1.4
--- testsuite/libffi.call/cls_20byte.c	25 Aug 2004 00:12:49 -0000
***************
*** 5,11 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_20byte {
--- 5,11 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_20byte {
Index: testsuite/libffi.call/cls_20byte1.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_20byte1.c,v
retrieving revision 1.3
diff -c -r1.3 cls_20byte1.c
*** testsuite/libffi.call/cls_20byte1.c	21 Nov 2003 11:24:09 -0000	1.3
--- testsuite/libffi.call/cls_20byte1.c	25 Aug 2004 00:12:49 -0000
***************
*** 5,11 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_20byte {
--- 5,11 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_20byte {
Index: testsuite/libffi.call/cls_24byte.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_24byte.c,v
retrieving revision 1.4
diff -c -r1.4 cls_24byte.c
*** testsuite/libffi.call/cls_24byte.c	21 Nov 2003 11:24:09 -0000	1.4
--- testsuite/libffi.call/cls_24byte.c	25 Aug 2004 00:12:49 -0000
***************
*** 5,11 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_24byte {
--- 5,11 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_24byte {
Index: testsuite/libffi.call/cls_2byte.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_2byte.c,v
retrieving revision 1.4
diff -c -r1.4 cls_2byte.c
*** testsuite/libffi.call/cls_2byte.c	21 Nov 2003 11:24:09 -0000	1.4
--- testsuite/libffi.call/cls_2byte.c	25 Aug 2004 00:12:49 -0000
***************
*** 6,12 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_2byte {
--- 6,12 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_2byte {
Index: testsuite/libffi.call/cls_3_1byte.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_3_1byte.c,v
retrieving revision 1.4
diff -c -r1.4 cls_3_1byte.c
*** testsuite/libffi.call/cls_3_1byte.c	21 Nov 2003 11:24:09 -0000	1.4
--- testsuite/libffi.call/cls_3_1byte.c	25 Aug 2004 00:12:49 -0000
***************
*** 6,12 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030902	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_3_1byte {
--- 6,12 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030902	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_3_1byte {
Index: testsuite/libffi.call/cls_3byte1.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_3byte1.c,v
retrieving revision 1.4
diff -c -r1.4 cls_3byte1.c
*** testsuite/libffi.call/cls_3byte1.c	21 Nov 2003 11:24:09 -0000	1.4
--- testsuite/libffi.call/cls_3byte1.c	25 Aug 2004 00:12:49 -0000
***************
*** 6,12 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_3byte {
--- 6,12 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_3byte {
Index: testsuite/libffi.call/cls_3byte2.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_3byte2.c,v
retrieving revision 1.4
diff -c -r1.4 cls_3byte2.c
*** testsuite/libffi.call/cls_3byte2.c	21 Nov 2003 11:24:09 -0000	1.4
--- testsuite/libffi.call/cls_3byte2.c	25 Aug 2004 00:12:49 -0000
***************
*** 6,12 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_3byte_1 {
--- 6,12 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_3byte_1 {
Index: testsuite/libffi.call/cls_4_1byte.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_4_1byte.c,v
retrieving revision 1.4
diff -c -r1.4 cls_4_1byte.c
*** testsuite/libffi.call/cls_4_1byte.c	21 Nov 2003 11:24:09 -0000	1.4
--- testsuite/libffi.call/cls_4_1byte.c	25 Aug 2004 00:12:49 -0000
***************
*** 6,12 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030902	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_4_1byte {
--- 6,12 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030902	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_4_1byte {
Index: testsuite/libffi.call/cls_4byte.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_4byte.c,v
retrieving revision 1.4
diff -c -r1.4 cls_4byte.c
*** testsuite/libffi.call/cls_4byte.c	21 Nov 2003 11:24:09 -0000	1.4
--- testsuite/libffi.call/cls_4byte.c	25 Aug 2004 00:12:49 -0000
***************
*** 5,11 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  
  #include "ffitest.h"
  
--- 5,11 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  
  #include "ffitest.h"
  
Index: testsuite/libffi.call/cls_5byte.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_5byte.c,v
retrieving revision 1.4
diff -c -r1.4 cls_5byte.c
*** testsuite/libffi.call/cls_5byte.c	21 Nov 2003 11:24:09 -0000	1.4
--- testsuite/libffi.call/cls_5byte.c	25 Aug 2004 00:12:49 -0000
***************
*** 5,11 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_5byte {
--- 5,11 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_5byte {
***************
*** 67,73 ****
  
    struct cls_struct_5byte g_dbl = { 127, 120, 1 };
    struct cls_struct_5byte f_dbl = { 12, 128, 9 };
!   struct cls_struct_5byte res_dbl;
  
    cls_struct_fields[0] = &ffi_type_ushort;
    cls_struct_fields[1] = &ffi_type_ushort;
--- 67,73 ----
  
    struct cls_struct_5byte g_dbl = { 127, 120, 1 };
    struct cls_struct_5byte f_dbl = { 12, 128, 9 };
!   struct cls_struct_5byte res_dbl = { 0, 0, 0 };
  
    cls_struct_fields[0] = &ffi_type_ushort;
    cls_struct_fields[1] = &ffi_type_ushort;
***************
*** 90,95 ****
--- 90,99 ----
    printf("res: %d %d %d\n", res_dbl.a, res_dbl.b, res_dbl.c);
    /* { dg-output "\nres: 139 248 10" } */
  
+   res_dbl.a = 0;
+   res_dbl.b = 0;
+   res_dbl.c = 0;
+ 
    CHECK(ffi_prep_closure(pcl, &cif, cls_struct_5byte_gn, NULL) == FFI_OK);
  
    res_dbl = ((cls_struct_5byte(*)(cls_struct_5byte, cls_struct_5byte))(pcl))(g_dbl, f_dbl);
Index: testsuite/libffi.call/cls_64byte.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_64byte.c,v
retrieving revision 1.3
diff -c -r1.3 cls_64byte.c
*** testsuite/libffi.call/cls_64byte.c	21 Nov 2003 11:24:09 -0000	1.3
--- testsuite/libffi.call/cls_64byte.c	25 Aug 2004 00:12:49 -0000
***************
*** 6,12 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_64byte {
--- 6,12 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_64byte {
Index: testsuite/libffi.call/cls_6byte.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_6byte.c,v
retrieving revision 1.4
diff -c -r1.4 cls_6byte.c
*** testsuite/libffi.call/cls_6byte.c	21 Nov 2003 11:24:09 -0000	1.4
--- testsuite/libffi.call/cls_6byte.c	25 Aug 2004 00:12:49 -0000
***************
*** 5,11 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_6byte {
--- 5,11 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_6byte {
Index: testsuite/libffi.call/cls_7byte.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_7byte.c,v
retrieving revision 1.4
diff -c -r1.4 cls_7byte.c
*** testsuite/libffi.call/cls_7byte.c	21 Nov 2003 11:24:09 -0000	1.4
--- testsuite/libffi.call/cls_7byte.c	25 Aug 2004 00:12:49 -0000
***************
*** 5,11 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_7byte {
--- 5,11 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_7byte {
Index: testsuite/libffi.call/cls_8byte.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_8byte.c,v
retrieving revision 1.4
diff -c -r1.4 cls_8byte.c
*** testsuite/libffi.call/cls_8byte.c	21 Nov 2003 11:24:09 -0000	1.4
--- testsuite/libffi.call/cls_8byte.c	25 Aug 2004 00:12:49 -0000
***************
*** 5,11 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_8byte {
--- 5,11 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_8byte {
Index: testsuite/libffi.call/cls_9byte1.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_9byte1.c,v
retrieving revision 1.3
diff -c -r1.3 cls_9byte1.c
*** testsuite/libffi.call/cls_9byte1.c	21 Nov 2003 11:24:09 -0000	1.3
--- testsuite/libffi.call/cls_9byte1.c	25 Aug 2004 00:12:49 -0000
***************
*** 7,13 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030914	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_9byte {
--- 7,13 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030914	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_9byte {
Index: testsuite/libffi.call/cls_9byte2.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_9byte2.c,v
retrieving revision 1.3
diff -c -r1.3 cls_9byte2.c
*** testsuite/libffi.call/cls_9byte2.c	21 Nov 2003 11:24:09 -0000	1.3
--- testsuite/libffi.call/cls_9byte2.c	25 Aug 2004 00:12:49 -0000
***************
*** 7,13 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030914	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_9byte {
--- 7,13 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030914	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_9byte {
Index: testsuite/libffi.call/cls_align_double.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_align_double.c,v
retrieving revision 1.1
diff -c -r1.1 cls_align_double.c
*** testsuite/libffi.call/cls_align_double.c	4 Dec 2003 17:51:17 -0000	1.1
--- testsuite/libffi.call/cls_align_double.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		none.
     Originator:	<hos@tamanegi.org> 20031203	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_align {
--- 4,10 ----
     PR:		none.
     Originator:	<hos@tamanegi.org> 20031203	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_align {
Index: testsuite/libffi.call/cls_align_float.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_align_float.c,v
retrieving revision 1.1
diff -c -r1.1 cls_align_float.c
*** testsuite/libffi.call/cls_align_float.c	4 Dec 2003 17:51:17 -0000	1.1
--- testsuite/libffi.call/cls_align_float.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		none.
     Originator:	<hos@tamanegi.org> 20031203	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_align {
--- 4,10 ----
     PR:		none.
     Originator:	<hos@tamanegi.org> 20031203	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_align {
Index: testsuite/libffi.call/cls_align_longdouble.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_align_longdouble.c,v
retrieving revision 1.2
diff -c -r1.2 cls_align_longdouble.c
*** testsuite/libffi.call/cls_align_longdouble.c	9 Feb 2004 03:39:48 -0000	1.2
--- testsuite/libffi.call/cls_align_longdouble.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		none.
     Originator:	<hos@tamanegi.org> 20031203	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  /* { dg-options -mlong-double-128 { target powerpc64*-*-* } } */
  
  #include "ffitest.h"
--- 4,10 ----
     PR:		none.
     Originator:	<hos@tamanegi.org> 20031203	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  /* { dg-options -mlong-double-128 { target powerpc64*-*-* } } */
  
  #include "ffitest.h"
Index: testsuite/libffi.call/cls_align_pointer.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_align_pointer.c,v
retrieving revision 1.2
diff -c -r1.2 cls_align_pointer.c
*** testsuite/libffi.call/cls_align_pointer.c	10 Dec 2003 09:43:29 -0000	1.2
--- testsuite/libffi.call/cls_align_pointer.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		none.
     Originator:	<hos@tamanegi.org> 20031203	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_align {
--- 4,10 ----
     PR:		none.
     Originator:	<hos@tamanegi.org> 20031203	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_align {
Index: testsuite/libffi.call/cls_align_sint16.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_align_sint16.c,v
retrieving revision 1.1
diff -c -r1.1 cls_align_sint16.c
*** testsuite/libffi.call/cls_align_sint16.c	4 Dec 2003 17:51:17 -0000	1.1
--- testsuite/libffi.call/cls_align_sint16.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		none.
     Originator:	<hos@tamanegi.org> 20031203	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_align {
--- 4,10 ----
     PR:		none.
     Originator:	<hos@tamanegi.org> 20031203	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_align {
Index: testsuite/libffi.call/cls_align_sint32.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_align_sint32.c,v
retrieving revision 1.1
diff -c -r1.1 cls_align_sint32.c
*** testsuite/libffi.call/cls_align_sint32.c	4 Dec 2003 17:51:17 -0000	1.1
--- testsuite/libffi.call/cls_align_sint32.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		none.
     Originator:	<hos@tamanegi.org> 20031203	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_align {
--- 4,10 ----
     PR:		none.
     Originator:	<hos@tamanegi.org> 20031203	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_align {
Index: testsuite/libffi.call/cls_align_sint64.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_align_sint64.c,v
retrieving revision 1.1
diff -c -r1.1 cls_align_sint64.c
*** testsuite/libffi.call/cls_align_sint64.c	4 Dec 2003 17:51:17 -0000	1.1
--- testsuite/libffi.call/cls_align_sint64.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		none.
     Originator:	<hos@tamanegi.org> 20031203	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_align {
--- 4,10 ----
     PR:		none.
     Originator:	<hos@tamanegi.org> 20031203	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_align {
Index: testsuite/libffi.call/cls_align_uint16.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_align_uint16.c,v
retrieving revision 1.1
diff -c -r1.1 cls_align_uint16.c
*** testsuite/libffi.call/cls_align_uint16.c	4 Dec 2003 17:51:17 -0000	1.1
--- testsuite/libffi.call/cls_align_uint16.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		none.
     Originator:	<hos@tamanegi.org> 20031203	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_align {
--- 4,10 ----
     PR:		none.
     Originator:	<hos@tamanegi.org> 20031203	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_align {
Index: testsuite/libffi.call/cls_align_uint32.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_align_uint32.c,v
retrieving revision 1.1
diff -c -r1.1 cls_align_uint32.c
*** testsuite/libffi.call/cls_align_uint32.c	4 Dec 2003 17:51:17 -0000	1.1
--- testsuite/libffi.call/cls_align_uint32.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		none.
     Originator:	<hos@tamanegi.org> 20031203	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_align {
--- 4,10 ----
     PR:		none.
     Originator:	<hos@tamanegi.org> 20031203	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_align {
Index: testsuite/libffi.call/cls_align_uint64.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_align_uint64.c,v
retrieving revision 1.1
diff -c -r1.1 cls_align_uint64.c
*** testsuite/libffi.call/cls_align_uint64.c	4 Dec 2003 17:51:17 -0000	1.1
--- testsuite/libffi.call/cls_align_uint64.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		none.
     Originator:	<hos@tamanegi.org> 20031203	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_align {
--- 4,10 ----
     PR:		none.
     Originator:	<hos@tamanegi.org> 20031203	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_align {
Index: testsuite/libffi.call/cls_double.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_double.c,v
retrieving revision 1.5
diff -c -r1.5 cls_double.c
*** testsuite/libffi.call/cls_double.c	21 Nov 2003 11:24:09 -0000	1.5
--- testsuite/libffi.call/cls_double.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  static void cls_ret_double_fn(ffi_cif* cif,void* resp,void** args,
--- 4,10 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  static void cls_ret_double_fn(ffi_cif* cif,void* resp,void** args,
Index: testsuite/libffi.call/cls_float.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_float.c,v
retrieving revision 1.4
diff -c -r1.4 cls_float.c
*** testsuite/libffi.call/cls_float.c	21 Nov 2003 11:24:09 -0000	1.4
--- testsuite/libffi.call/cls_float.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  static void cls_ret_float_fn(ffi_cif* cif,void* resp,void** args,
--- 4,10 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  static void cls_ret_float_fn(ffi_cif* cif,void* resp,void** args,
Index: testsuite/libffi.call/cls_multi_schar.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_multi_schar.c,v
retrieving revision 1.2
diff -c -r1.2 cls_multi_schar.c
*** testsuite/libffi.call/cls_multi_schar.c	24 Apr 2004 07:48:36 -0000	1.2
--- testsuite/libffi.call/cls_multi_schar.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		PR13221.
     Originator:	<hos@tamanegi.org> 20031129  */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  signed char test_func_fn(signed char a1, signed char a2)
--- 4,10 ----
     PR:		PR13221.
     Originator:	<hos@tamanegi.org> 20031129  */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  signed char test_func_fn(signed char a1, signed char a2)
Index: testsuite/libffi.call/cls_multi_sshort.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_multi_sshort.c,v
retrieving revision 1.2
diff -c -r1.2 cls_multi_sshort.c
*** testsuite/libffi.call/cls_multi_sshort.c	24 Apr 2004 07:48:36 -0000	1.2
--- testsuite/libffi.call/cls_multi_sshort.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		PR13221.
     Originator:	<andreast@gcc.gnu.org> 20031129  */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  signed short test_func_fn(signed short a1, signed short a2)
--- 4,10 ----
     PR:		PR13221.
     Originator:	<andreast@gcc.gnu.org> 20031129  */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  signed short test_func_fn(signed short a1, signed short a2)
Index: testsuite/libffi.call/cls_multi_sshortchar.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_multi_sshortchar.c,v
retrieving revision 1.1
diff -c -r1.1 cls_multi_sshortchar.c
*** testsuite/libffi.call/cls_multi_sshortchar.c	1 Dec 2003 07:23:28 -0000	1.1
--- testsuite/libffi.call/cls_multi_sshortchar.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		PR13221.
     Originator:	<andreast@gcc.gnu.org> 20031129  */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  signed short test_func_fn(signed char a1, signed short a2,
--- 4,10 ----
     PR:		PR13221.
     Originator:	<andreast@gcc.gnu.org> 20031129  */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  signed short test_func_fn(signed char a1, signed short a2,
Index: testsuite/libffi.call/cls_multi_uchar.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_multi_uchar.c,v
retrieving revision 1.1
diff -c -r1.1 cls_multi_uchar.c
*** testsuite/libffi.call/cls_multi_uchar.c	1 Dec 2003 07:23:28 -0000	1.1
--- testsuite/libffi.call/cls_multi_uchar.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		PR13221.
     Originator:	<andreast@gcc.gnu.org> 20031129  */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  unsigned char test_func_fn(unsigned char a1, unsigned char a2,
--- 4,10 ----
     PR:		PR13221.
     Originator:	<andreast@gcc.gnu.org> 20031129  */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  unsigned char test_func_fn(unsigned char a1, unsigned char a2,
Index: testsuite/libffi.call/cls_multi_ushort.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_multi_ushort.c,v
retrieving revision 1.2
diff -c -r1.2 cls_multi_ushort.c
*** testsuite/libffi.call/cls_multi_ushort.c	24 Apr 2004 07:48:36 -0000	1.2
--- testsuite/libffi.call/cls_multi_ushort.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		PR13221.
     Originator:	<andreast@gcc.gnu.org> 20031129  */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  unsigned short test_func_fn(unsigned short a1, unsigned short a2)
--- 4,10 ----
     PR:		PR13221.
     Originator:	<andreast@gcc.gnu.org> 20031129  */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  unsigned short test_func_fn(unsigned short a1, unsigned short a2)
Index: testsuite/libffi.call/cls_multi_ushortchar.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_multi_ushortchar.c,v
retrieving revision 1.1
diff -c -r1.1 cls_multi_ushortchar.c
*** testsuite/libffi.call/cls_multi_ushortchar.c	1 Dec 2003 07:23:28 -0000	1.1
--- testsuite/libffi.call/cls_multi_ushortchar.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		PR13221.
     Originator:	<andreast@gcc.gnu.org> 20031129  */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  unsigned short test_func_fn(unsigned char a1, unsigned short a2,
--- 4,10 ----
     PR:		PR13221.
     Originator:	<andreast@gcc.gnu.org> 20031129  */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  unsigned short test_func_fn(unsigned char a1, unsigned short a2,
Index: testsuite/libffi.call/cls_schar.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_schar.c,v
retrieving revision 1.3
diff -c -r1.3 cls_schar.c
*** testsuite/libffi.call/cls_schar.c	21 Nov 2003 11:24:09 -0000	1.3
--- testsuite/libffi.call/cls_schar.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20031108	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  static void cls_ret_schar_fn(ffi_cif* cif,void* resp,void** args,
--- 4,10 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20031108	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  static void cls_ret_schar_fn(ffi_cif* cif,void* resp,void** args,
Index: testsuite/libffi.call/cls_sint.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_sint.c,v
retrieving revision 1.3
diff -c -r1.3 cls_sint.c
*** testsuite/libffi.call/cls_sint.c	21 Nov 2003 11:24:09 -0000	1.3
--- testsuite/libffi.call/cls_sint.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20031108	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  static void cls_ret_sint_fn(ffi_cif* cif,void* resp,void** args,
--- 4,10 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20031108	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  static void cls_ret_sint_fn(ffi_cif* cif,void* resp,void** args,
Index: testsuite/libffi.call/cls_sshort.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_sshort.c,v
retrieving revision 1.3
diff -c -r1.3 cls_sshort.c
*** testsuite/libffi.call/cls_sshort.c	21 Nov 2003 11:24:09 -0000	1.3
--- testsuite/libffi.call/cls_sshort.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20031108	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  static void cls_ret_sshort_fn(ffi_cif* cif,void* resp,void** args,
--- 4,10 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20031108	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  static void cls_ret_sshort_fn(ffi_cif* cif,void* resp,void** args,
Index: testsuite/libffi.call/cls_uchar.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_uchar.c,v
retrieving revision 1.5
diff -c -r1.5 cls_uchar.c
*** testsuite/libffi.call/cls_uchar.c	21 Nov 2003 11:24:09 -0000	1.5
--- testsuite/libffi.call/cls_uchar.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  static void cls_ret_uchar_fn(ffi_cif* cif,void* resp,void** args,
--- 4,10 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  static void cls_ret_uchar_fn(ffi_cif* cif,void* resp,void** args,
Index: testsuite/libffi.call/cls_uint.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_uint.c,v
retrieving revision 1.6
diff -c -r1.6 cls_uint.c
*** testsuite/libffi.call/cls_uint.c	22 Jan 2004 23:05:13 -0000	1.6
--- testsuite/libffi.call/cls_uint.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  static void cls_ret_uint_fn(ffi_cif* cif,void* resp,void** args,
--- 4,10 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  static void cls_ret_uint_fn(ffi_cif* cif,void* resp,void** args,
Index: testsuite/libffi.call/cls_ulonglong.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_ulonglong.c,v
retrieving revision 1.5
diff -c -r1.5 cls_ulonglong.c
*** testsuite/libffi.call/cls_ulonglong.c	21 Nov 2003 11:24:09 -0000	1.5
--- testsuite/libffi.call/cls_ulonglong.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  static void cls_ret_ulonglong_fn(ffi_cif* cif,void* resp,void** args,
--- 4,10 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  static void cls_ret_ulonglong_fn(ffi_cif* cif,void* resp,void** args,
Index: testsuite/libffi.call/cls_ushort.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/cls_ushort.c,v
retrieving revision 1.5
diff -c -r1.5 cls_ushort.c
*** testsuite/libffi.call/cls_ushort.c	21 Nov 2003 11:24:09 -0000	1.5
--- testsuite/libffi.call/cls_ushort.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  static void cls_ret_ushort_fn(ffi_cif* cif,void* resp,void** args,
--- 4,10 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  static void cls_ret_ushort_fn(ffi_cif* cif,void* resp,void** args,
Index: testsuite/libffi.call/nested_struct.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/nested_struct.c,v
retrieving revision 1.3
diff -c -r1.3 nested_struct.c
*** testsuite/libffi.call/nested_struct.c	21 Nov 2003 11:24:09 -0000	1.3
--- testsuite/libffi.call/nested_struct.c	25 Aug 2004 00:12:49 -0000
***************
*** 5,11 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_16byte1 {
--- 5,11 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_16byte1 {
Index: testsuite/libffi.call/nested_struct1.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/nested_struct1.c,v
retrieving revision 1.3
diff -c -r1.3 nested_struct1.c
*** testsuite/libffi.call/nested_struct1.c	21 Nov 2003 11:24:09 -0000	1.3
--- testsuite/libffi.call/nested_struct1.c	25 Aug 2004 00:12:49 -0000
***************
*** 5,11 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_16byte1 {
--- 5,11 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct cls_struct_16byte1 {
Index: testsuite/libffi.call/nested_struct2.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/nested_struct2.c,v
retrieving revision 1.2
diff -c -r1.2 nested_struct2.c
*** testsuite/libffi.call/nested_struct2.c	21 Nov 2003 11:24:09 -0000	1.2
--- testsuite/libffi.call/nested_struct2.c	25 Aug 2004 00:12:49 -0000
***************
*** 6,12 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030911	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  #if LONG_MAX == 2147483647
--- 6,12 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030911	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  #if LONG_MAX == 2147483647
Index: testsuite/libffi.call/nested_struct3.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/nested_struct3.c,v
retrieving revision 1.2
diff -c -r1.2 nested_struct3.c
*** testsuite/libffi.call/nested_struct3.c	21 Nov 2003 11:24:09 -0000	1.2
--- testsuite/libffi.call/nested_struct3.c	25 Aug 2004 00:12:49 -0000
***************
*** 6,12 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030911	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct A {
--- 6,12 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030911	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct A {
Index: testsuite/libffi.call/problem1.c
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.call/problem1.c,v
retrieving revision 1.4
diff -c -r1.4 problem1.c
*** testsuite/libffi.call/problem1.c	21 Nov 2003 11:24:09 -0000	1.4
--- testsuite/libffi.call/problem1.c	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct my_ffi_struct {
--- 4,10 ----
     PR:		none.
     Originator:	<andreast@gcc.gnu.org> 20030828	 */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitest.h"
  
  typedef struct my_ffi_struct {
Index: testsuite/libffi.special/unwindtest.cc
===================================================================
RCS file: /cvs/gcc/gcc/libffi/testsuite/libffi.special/unwindtest.cc,v
retrieving revision 1.7
diff -c -r1.7 unwindtest.cc
*** testsuite/libffi.special/unwindtest.cc	1 Dec 2003 07:23:28 -0000	1.7
--- testsuite/libffi.special/unwindtest.cc	25 Aug 2004 00:12:49 -0000
***************
*** 4,10 ****
     PR:		none.
     Originator:	Jeff Sturm <jsturm@one-point.com>  */
  
! /* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitestcxx.h"
  
  void
--- 4,10 ----
     PR:		none.
     Originator:	Jeff Sturm <jsturm@one-point.com>  */
  
! /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
  #include "ffitestcxx.h"
  
  void

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