mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-24 16:16:17 +08:00
* g++.dg/cpp/_Pragma1.C: Skip on fido-*-* and m68k-*-*.
From-SVN: r124805
This commit is contained in:
parent
dea9270db4
commit
dabde9906e
@ -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.
|
||||
|
@ -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)")
|
||||
|
Loading…
Reference in New Issue
Block a user