diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2005-11-14 04:23:39 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2005-11-14 04:23:39 +0000 |
commit | c748a2c7c5916c839414d2e78ce1a802dd07150f (patch) | |
tree | 213c70b4fd1c9d035bfcd0657c30f79b9c4a5caf /gcc | |
parent | 91b1ca65f39ecca8525536d3f4dfa80144e68afd (diff) | |
download | gcc-c748a2c7c5916c839414d2e78ce1a802dd07150f.zip gcc-c748a2c7c5916c839414d2e78ce1a802dd07150f.tar.gz gcc-c748a2c7c5916c839414d2e78ce1a802dd07150f.tar.bz2 |
* gcc.dg/pack-test-1.c: Gate on ! default_packed.
From-SVN: r106883
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/pack-test-1.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8480b51..7c192b0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-11-14 Hans-Peter Nilsson <hp@axis.com> + + * gcc.dg/pack-test-1.c: Gate on ! default_packed. + 2005-11-13 Mark Mitchell <mark@codesourcery.com> PR c++/20293 diff --git a/gcc/testsuite/gcc.dg/pack-test-1.c b/gcc/testsuite/gcc.dg/pack-test-1.c index 4d54647..08fc2a7 100644 --- a/gcc/testsuite/gcc.dg/pack-test-1.c +++ b/gcc/testsuite/gcc.dg/pack-test-1.c @@ -1,7 +1,7 @@ /* Test semantics of #pragma pack. Contributed by Mike Coleman <mcoleman2@kc.rr.com> */ -/* { dg-do compile { target *-*-linux* *-*-cygwin* powerpc*-*-eabi* } } */ +/* { dg-do compile { target { { *-*-linux* *-*-cygwin* powerpc*-*-eabi* } && { ! default_packed } } } } */ /* We only test the alignment of char, short, and int, because these are the only ones that are pretty certain to be the same across |