mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 13:37:45 +08:00
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
This commit is contained in:
parent
2629a11424
commit
7c757aa486
@ -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>.
|
||||
|
@ -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
|
||||
|
@ -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" } */
|
||||
|
Loading…
Reference in New Issue
Block a user