pack-test-1.c: Compile on powerpc*-*-eabi* too.
authorFranz Sirl <Franz.Sirl-kernel@lauterbach.com>
Wed, 13 Dec 2000 20:16:33 +0000 (20:16 +0000)
committerFranz Sirl <sirl@gcc.gnu.org>
Wed, 13 Dec 2000 20:16:33 +0000 (20:16 +0000)
2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

* gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
* gcc.dg/pack-test-2.c: Likewise.

From-SVN: r38232

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

index d903cc938fdd19140bd63dcbccf68de8de03e20f..18874dee48c5e84a936dd95dcb10df1bffd982c9 100644 (file)
@@ -1,3 +1,8 @@
+2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+       * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
+       * gcc.dg/pack-test-2.c: Likewise.
+
 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
 
        Tests by Zack Weinberg <zackw@stanford.edu>.
index 1ceee99a7f978b270021b8ffafce9a8e952902aa..4d54647918ee6d9b0ccf9ed59abfbc9e9b41fe6a 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* } } */
+/* { dg-do compile { target *-*-linux* *-*-cygwin* powerpc*-*-eabi* } } */
 
 /* 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
index 65960ed9d362ffc7dd82ec164c9412213b2ad3ae..f15ac842bb4095a8730c4e4d8fd6c4b6f4dcd2c2 100644 (file)
@@ -1,7 +1,7 @@
 /* Tests for syntax checking of #pragma pack.
    Contributed by Mike Coleman <mcoleman2@kc.rr.com> */
 
-/* { dg-do compile { target *-*-linux* *-*-cygwin* } } */
+/* { dg-do compile { target *-*-linux* *-*-cygwin* powerpc*-*-eabi* } } */
 
 #pragma pack(push)              /* { dg-error "malformed" } */
 #pragma pack(pop)               /* { dg-error "without matching" } */