OSDN Git Service

2000-12-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
authorsirl <sirl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Dec 2000 20:16:33 +0000 (20:16 +0000)
committersirl <sirl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Dec 2000 20:16:33 +0000 (20:16 +0000)
* gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
* gcc.dg/pack-test-2.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38232 138bc75d-0d04-0410-961f-82ee72b054a4

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

index d903cc9..18874de 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 1ceee99..4d54647 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 65960ed..f15ac84 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" } */