From c748a2c7c5916c839414d2e78ce1a802dd07150f Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Mon, 14 Nov 2005 04:23:39 +0000 Subject: [PATCH] * gcc.dg/pack-test-1.c: Gate on ! default_packed. From-SVN: r106883 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/pack-test-1.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8480b51cc59..7c192b0d053 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-11-14 Hans-Peter Nilsson + + * gcc.dg/pack-test-1.c: Gate on ! default_packed. + 2005-11-13 Mark Mitchell PR c++/20293 diff --git a/gcc/testsuite/gcc.dg/pack-test-1.c b/gcc/testsuite/gcc.dg/pack-test-1.c index 4d54647918e..08fc2a739f6 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 */ -/* { 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 -- 2.30.2