]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 724b256997390465c50e8795aa59b743f2cbcbd5..6d1542ee5338bc81dcb8421d42db2d65680dce10 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 d6e21d6c0ce76aec7562d56e70cb25908515a4ad..22fd45042a99c1cc93c1a799b697c655f6dab162 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 feb58b332345b0dce55b0d4c8ba5f1c84bcbcacb..883d2b723a5fc1d492c962623de465d360634350 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 {