]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/pack-test-1.c: Gate on ! default_packed.
authorHans-Peter Nilsson <hp@axis.com>
Mon, 14 Nov 2005 04:23:39 +0000 (04:23 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Mon, 14 Nov 2005 04:23:39 +0000 (04:23 +0000)
From-SVN: r106883

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pack-test-1.c

index 8480b51cc590f391587530421fc727437a36bff2..7c192b0d053ef064f1526139cbf84db365f64cb3 100644 (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
index 4d54647918ee6d9b0ccf9ed59abfbc9e9b41fe6a..08fc2a739f6067a407cc836971e58e7f506cd799 100644 (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