OSDN Git Service

* gcc.dg/unwind-1.c: Disable on AIX.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Oct 2007 20:48:51 +0000 (20:48 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Oct 2007 20:48:51 +0000 (20:48 +0000)
        * 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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/_Pragma6.c
gcc/testsuite/gcc.dg/unwind-1.c

index 3207a0b..4e80fc5 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-21  David Edelsohn  <edelsohn@gnu.org>
+
+       * gcc.dg/unwind-1.c: Disable on AIX.
+       * gcc.dg/cpp/_Pragma6.c: Disable on AIX.
+
 2007-10-21  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/33749
 2007-10-21  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/33749
index 34e8051..73f8004 100644 (file)
@@ -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.  */
 /* 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)")
 
 #define push bar
 #define foo _Pragma ("pack(push)")
index a24af92..95bbb2d 100644 (file)
@@ -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");
 /* { dg-options "-fleading-underscore -funwind-tables" } */
 
 void func(void) __asm("_func");