aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2007-10-21 20:48:51 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2007-10-21 16:48:51 -0400
commit2e880904b4c6962bcb0c33f17ade6fb63bff98fb (patch)
tree3b9a59d37fb3f4ab573c847486ef40e825821fc7
parentc54224622d3b72777aee02f19e34578102ac0574 (diff)
downloadgcc-2e880904b4c6962bcb0c33f17ade6fb63bff98fb.zip
gcc-2e880904b4c6962bcb0c33f17ade6fb63bff98fb.tar.gz
gcc-2e880904b4c6962bcb0c33f17ade6fb63bff98fb.tar.bz2
unwind-1.c: Disable on AIX.
* gcc.dg/unwind-1.c: Disable on AIX. * gcc.dg/cpp/_Pragma6.c: Disable on AIX. From-SVN: r129540
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.dg/cpp/_Pragma6.c2
-rw-r--r--gcc/testsuite/gcc.dg/unwind-1.c2
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 3207a0b..4e80fc5 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
diff --git a/gcc/testsuite/gcc.dg/cpp/_Pragma6.c b/gcc/testsuite/gcc.dg/cpp/_Pragma6.c
index 34e8051..73f8004 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 a24af92..95bbb2d 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");