Commit 2e880904 by David Edelsohn Committed by David Edelsohn

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
parent c5422462
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
......@@ -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)")
......
/* { dg-do assemble } */
/* { dg-do assemble { target { ! { powerpc-ibm-aix* } } } } */
/* { dg-options "-fleading-underscore -funwind-tables" } */
void func(void) __asm("_func");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment