* gcc.dg/cpp/_Pragma6.c: Skip on fido-*-* and m68k-*-*.

From-SVN: r123905
This commit is contained in:
Kazu Hirata 2007-04-17 02:07:40 +00:00 committed by Kazu Hirata
parent 9998ef84d3
commit 591523164b
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-04-17 Kazu Hirata <kazu@codesourcery.com>
* gcc.dg/cpp/_Pragma6.c: Skip on fido-*-* and m68k-*-*.
2007-04-17 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/31144
@ -33,7 +37,7 @@
2007-04-15 Kazu Hirata <kazu@codesourcery.com>
* gcc.dg/pr19340.c, gcc.dg/tree-ssa/loop-1.c,
gcc.dg/weak/typeof-2.c: XFAIL on fido-*-*.
gcc.dg/weak/typeof-2.c: Skip on fido-*-*.
2007-04-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>

View 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. */
/* { dg-do compile { target { ! { *-*-solaris2* sh*-[us]*-elf } } } } */
/* { dg-do compile { target { ! { *-*-solaris2* fido-*-* m68k-*-* sh*-[us]*-elf } } } } */
#define push bar
#define foo _Pragma ("pack(push)")