* gcc.dg/cpp/_Pragma6.c: Skip on fido-*-* and m68k-*-*.
authorKazu Hirata <kazu@codesourcery.com>
Tue, 17 Apr 2007 02:07:40 +0000 (02:07 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 17 Apr 2007 02:07:40 +0000 (02:07 +0000)
From-SVN: r123905

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/_Pragma6.c

index 8b844f7948f6ae77f4c096488bb5c4da5eab95b1..82ea6411bc63ca5a7fc4115c0abab7f1055077c0 100644 (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>
 
index d43a53f1902079e1f964a24d5ecb23d997069455..34e805156f1be935c22c0f40f48cb3095a62db77 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.  */
-/* { 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)")