diff options
author | Franz Sirl <Franz.Sirl-kernel@lauterbach.com> | 2000-12-13 20:16:33 +0000 |
---|---|---|
committer | Franz Sirl <sirl@gcc.gnu.org> | 2000-12-13 20:16:33 +0000 |
commit | 7c757aa48684aba8272a0ea3fe911fdb2445dd91 (patch) | |
tree | 42ad2e8e51b77d72ee1c32202ef1e9570de1d04a /gcc | |
parent | 2629a114242bd12df4b2bad8d9dde5ac2c489a82 (diff) | |
download | gcc-7c757aa48684aba8272a0ea3fe911fdb2445dd91.zip gcc-7c757aa48684aba8272a0ea3fe911fdb2445dd91.tar.gz gcc-7c757aa48684aba8272a0ea3fe911fdb2445dd91.tar.bz2 |
pack-test-1.c: Compile on powerpc*-*-eabi* too.
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/pack-test-1.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/pack-test-2.c | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d903cc9..18874de 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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>. diff --git a/gcc/testsuite/gcc.dg/pack-test-1.c b/gcc/testsuite/gcc.dg/pack-test-1.c index 1ceee99..4d54647 100644 --- a/gcc/testsuite/gcc.dg/pack-test-1.c +++ b/gcc/testsuite/gcc.dg/pack-test-1.c @@ -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 diff --git a/gcc/testsuite/gcc.dg/pack-test-2.c b/gcc/testsuite/gcc.dg/pack-test-2.c index 65960ed..f15ac84 100644 --- a/gcc/testsuite/gcc.dg/pack-test-2.c +++ b/gcc/testsuite/gcc.dg/pack-test-2.c @@ -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" } */ |