re PR target/25630 (darwin-ppc, wrong alignment of nested structs)
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
This commit is contained in:
parent
d5b5b8bf92
commit
1a4878f752
3 changed files with 8 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue