Commit c748a2c7 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

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

From-SVN: r106883
parent 91b1ca65
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> 2005-11-13 Mark Mitchell <mark@codesourcery.com>
PR c++/20293 PR c++/20293
/* Test semantics of #pragma pack. /* Test semantics of #pragma pack.
Contributed by Mike Coleman <mcoleman2@kc.rr.com> */ 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 /* 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 are the only ones that are pretty certain to be the same across
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment