* gcc.dg/pack-test-1.c: Gate on ! default_packed.

From-SVN: r106883
This commit is contained in:
Hans-Peter Nilsson 2005-11-14 04:23:39 +00:00 committed by Hans-Peter Nilsson
parent 91b1ca65f3
commit c748a2c7c5
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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