From 7c757aa48684aba8272a0ea3fe911fdb2445dd91 Mon Sep 17 00:00:00 2001 From: Franz Sirl Date: Wed, 13 Dec 2000 20:16:33 +0000 Subject: [PATCH] pack-test-1.c: Compile on powerpc*-*-eabi* too. 2000-12-13 Franz Sirl * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too. * gcc.dg/pack-test-2.c: Likewise. From-SVN: r38232 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/pack-test-1.c | 2 +- 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 d903cc938fdd..18874dee48c5 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2000-12-13 Franz Sirl + + * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too. + * gcc.dg/pack-test-2.c: Likewise. + 2000-12-13 Neil Booth Tests by Zack Weinberg . diff --git a/gcc/testsuite/gcc.dg/pack-test-1.c b/gcc/testsuite/gcc.dg/pack-test-1.c index 1ceee99a7f97..4d54647918ee 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 */ -/* { 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 65960ed9d362..f15ac842bb40 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 */ -/* { 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" } */ -- 2.43.5