]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* g++.dg/cpp/_Pragma1.C: Skip on fido-*-* and m68k-*-*.
authorKazu Hirata <kazu@codesourcery.com>
Thu, 17 May 2007 17:31:03 +0000 (17:31 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 17 May 2007 17:31:03 +0000 (17:31 +0000)
From-SVN: r124805

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp/_Pragma1.C

index 7a219b3c5c661ba8c59fb362f8183f36dec0c3d1..0ae6e76dcafebdf467456e1ee8d747996fccb6b5 100644 (file)
@@ -1,3 +1,7 @@
+2007-05-17  Kazu Hirata  <kazu@codesourcery.com>
+
+       * g++.dg/cpp/_Pragma1.C: Skip on fido-*-* and m68k-*-*.
+
 2007-05-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        * gcc.c-torture/execute/20070517-1.c: New test.
index 5783af16f625a028e70470c7acc509aa6251d74b..34e860b6744a89794759705036fbd1318dbd4eee 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)")