From: Kazu Hirata Date: Thu, 17 May 2007 17:31:03 +0000 (+0000) Subject: * g++.dg/cpp/_Pragma1.C: Skip on fido-*-* and m68k-*-*. X-Git-Tag: releases/gcc-4.3.0~5050 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dabde9906ec76eb9debcc3162a827178878c5949;p=thirdparty%2Fgcc.git * g++.dg/cpp/_Pragma1.C: Skip on fido-*-* and m68k-*-*. From-SVN: r124805 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7a219b3c5c66..0ae6e76dcafe 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-05-17 Kazu Hirata + + * g++.dg/cpp/_Pragma1.C: Skip on fido-*-* and m68k-*-*. + 2007-05-17 Eric Botcazou * gcc.c-torture/execute/20070517-1.c: New test. diff --git a/gcc/testsuite/g++.dg/cpp/_Pragma1.C b/gcc/testsuite/g++.dg/cpp/_Pragma1.C index 5783af16f625..34e860b6744a 100644 --- a/gcc/testsuite/g++.dg/cpp/_Pragma1.C +++ b/gcc/testsuite/g++.dg/cpp/_Pragma1.C @@ -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)")