From: dje Date: Sun, 21 Oct 2007 20:48:51 +0000 (+0000) Subject: * gcc.dg/unwind-1.c: Disable on AIX. X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=684f5af57b4ea614c6b0b60c3c302f8e9a2dde93 * gcc.dg/unwind-1.c: Disable on AIX. * gcc.dg/cpp/_Pragma6.c: Disable on AIX. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129540 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3207a0b71d8..4e80fc53a8e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-10-21 David Edelsohn + + * gcc.dg/unwind-1.c: Disable on AIX. + * gcc.dg/cpp/_Pragma6.c: Disable on AIX. + 2007-10-21 Paul Thomas PR fortran/33749 diff --git a/gcc/testsuite/gcc.dg/cpp/_Pragma6.c b/gcc/testsuite/gcc.dg/cpp/_Pragma6.c index 34e805156f1..73f800486d1 100644 --- a/gcc/testsuite/gcc.dg/cpp/_Pragma6.c +++ b/gcc/testsuite/gcc.dg/cpp/_Pragma6.c @@ -2,7 +2,7 @@ /* This is supposed to succeed only if the target defines HANDLE_PRAGMA_PACK_PUSH_POP and doesn't define HANDLE_PRAGMA_PACK_WITH_EXPANSION. */ -/* { dg-do compile { target { ! { *-*-solaris2* fido-*-* m68k-*-* sh*-[us]*-elf } } } } */ +/* { dg-do compile { target { ! { powerpc-ibm-aix* *-*-solaris2* fido-*-* m68k-*-* sh*-[us]*-elf } } } } */ #define push bar #define foo _Pragma ("pack(push)") diff --git a/gcc/testsuite/gcc.dg/unwind-1.c b/gcc/testsuite/gcc.dg/unwind-1.c index a24af9249c8..95bbb2daa50 100644 --- a/gcc/testsuite/gcc.dg/unwind-1.c +++ b/gcc/testsuite/gcc.dg/unwind-1.c @@ -1,4 +1,4 @@ -/* { dg-do assemble } */ +/* { dg-do assemble { target { ! { powerpc-ibm-aix* } } } } */ /* { dg-options "-fleading-underscore -funwind-tables" } */ void func(void) __asm("_func");