re PR target/25630 (darwin-ppc, wrong alignment of nested structs)
authorAndreas Tobler <a.tobler@schweiz.ch>
Fri, 17 Feb 2006 20:52:38 +0000 (21:52 +0100)
committerAndreas Tobler <andreast@gcc.gnu.org>
Fri, 17 Feb 2006 20:52:38 +0000 (21:52 +0100)
2006-02-17  Andreas Tobler  <a.tobler@schweiz.ch>

* testsuite/libffi.call/nested_struct6.c: XFAIL this test until PR25630
is fixed.
* testsuite/libffi.call/nested_struct4.c: Likewise.

From-SVN: r111208

libffi/ChangeLog
libffi/testsuite/libffi.call/nested_struct4.c
libffi/testsuite/libffi.call/nested_struct6.c

index 724b256..6d1542e 100644 (file)
@@ -1,3 +1,9 @@
+2006-02-17  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * testsuite/libffi.call/nested_struct6.c: XFAIL this test until PR25630
+       is fixed.
+       * testsuite/libffi.call/nested_struct4.c: Likewise.
+
 2006-02-16  Andreas Tobler  <a.tobler@schweiz.ch>
 
        * testsuite/libffi.call/return_dbl.c: New test case.
index d6e21d6..22fd450 100644 (file)
@@ -6,7 +6,7 @@
    PR:         none.
    Originator: <andreast@gcc.gnu.org> 20051010  */
 
-/* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
+/* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* powerpc*-*-darwin* } } */
 #include "ffitest.h"
 
 typedef struct A {
index feb58b3..883d2b7 100644 (file)
@@ -6,7 +6,7 @@
    PR:         none.
    Originator: <andreast@gcc.gnu.org> 20051010  */
 
-/* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
+/* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* powerpc*-*-darwin* } } */
 #include "ffitest.h"
 
 typedef struct A {