* gcc.dg/pack-test-1.c: Gate on ! default_packed.
From-SVN: r106883
This commit is contained in:
parent
91b1ca65f3
commit
c748a2c7c5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user