diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8480b51cc590..7c192b0d053e 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 4d54647918ee..08fc2a739f60 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