Commit 59152316 by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r123905
parent 9998ef84
2007-04-17 Kazu Hirata <kazu@codesourcery.com>
* gcc.dg/cpp/_Pragma6.c: Skip on fido-*-* and m68k-*-*.
2007-04-17 Tobias Schlter <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>
......@@ -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)")
......
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