From: hp Date: Mon, 14 Nov 2005 04:23:39 +0000 (+0000) Subject: * gcc.dg/pack-test-1.c: Gate on ! default_packed. X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=802419d828bbdffccea76f6fefc539dfa4118964;hp=b62240d516a472a63e6985476acc92e4081ca047 * gcc.dg/pack-test-1.c: Gate on ! default_packed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106883 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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