From 0da457fbc3b30489bec0ee10a88254ea1e2e325f Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Sat, 21 Aug 2004 00:02:40 +0000 Subject: [PATCH] darwin-longlong.c: Include . * gcc.dg/darwin-longlong.c: Include . * gcc.dg/ppc-ldstruct.c: Likewise. * gcc.dg/ppc64-abi-2.c: Likewise. From-SVN: r86344 --- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gcc.dg/darwin-longlong.c | 1 + gcc/testsuite/gcc.dg/ppc-ldstruct.c | 2 ++ gcc/testsuite/gcc.dg/ppc64-abi-2.c | 1 + 4 files changed, 10 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0e8d341589f..6e395b0ad32 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2004-08-20 Mark Mitchell + + * gcc.dg/darwin-longlong.c: Include . + * gcc.dg/ppc-ldstruct.c: Likewise. + * gcc.dg/ppc64-abi-2.c: Likewise. + 2004-08-20 Jakub Jelinek PR rtl-optimization/17099 diff --git a/gcc/testsuite/gcc.dg/darwin-longlong.c b/gcc/testsuite/gcc.dg/darwin-longlong.c index 9a1dcd2c85f..1c5d057798b 100644 --- a/gcc/testsuite/gcc.dg/darwin-longlong.c +++ b/gcc/testsuite/gcc.dg/darwin-longlong.c @@ -2,6 +2,7 @@ /* { dg-options "-mcpu=G5" } */ #include +#include void sig_ill_handler (int sig) diff --git a/gcc/testsuite/gcc.dg/ppc-ldstruct.c b/gcc/testsuite/gcc.dg/ppc-ldstruct.c index e3912d52826..da6001fcd3c 100644 --- a/gcc/testsuite/gcc.dg/ppc-ldstruct.c +++ b/gcc/testsuite/gcc.dg/ppc-ldstruct.c @@ -1,6 +1,8 @@ /* { dg-do run { target powerpc*-*-eabi* powerpc*-*-elf* powerpc*-*-linux* } } */ /* { dg-options "-O -mlong-double-128" } */ +#include + /* SVR4 and EABI both specify that 'long double' is aligned to a 128-bit boundary in structures. */ diff --git a/gcc/testsuite/gcc.dg/ppc64-abi-2.c b/gcc/testsuite/gcc.dg/ppc64-abi-2.c index ab0e1a14710..93c121c463d 100644 --- a/gcc/testsuite/gcc.dg/ppc64-abi-2.c +++ b/gcc/testsuite/gcc.dg/ppc64-abi-2.c @@ -3,6 +3,7 @@ #include #include #include +#include /* Testcase to check for ABI compliance of parameter passing for the PowerPC64 ABI. */ -- 2.30.2