diff options
author | Mark Mitchell <mark@codesourcery.com> | 2004-08-21 00:02:40 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2004-08-21 00:02:40 +0000 |
commit | 0da457fbc3b30489bec0ee10a88254ea1e2e325f (patch) | |
tree | 9e607b976e70ad944fd868cb252fba32ddb39271 /gcc | |
parent | 168aacd938a268e040b23667d343bfdc9de3aaf6 (diff) | |
download | gcc-0da457fbc3b30489bec0ee10a88254ea1e2e325f.zip gcc-0da457fbc3b30489bec0ee10a88254ea1e2e325f.tar.gz gcc-0da457fbc3b30489bec0ee10a88254ea1e2e325f.tar.bz2 |
darwin-longlong.c: Include <stdlib.h>.
* gcc.dg/darwin-longlong.c: Include <stdlib.h>.
* gcc.dg/ppc-ldstruct.c: Likewise.
* gcc.dg/ppc64-abi-2.c: Likewise.
From-SVN: r86344
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/darwin-longlong.c | 1 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/ppc-ldstruct.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/ppc64-abi-2.c | 1 |
4 files changed, 10 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0e8d341..6e395b0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2004-08-20 Mark Mitchell <mark@codesourcery.com> + + * gcc.dg/darwin-longlong.c: Include <stdlib.h>. + * gcc.dg/ppc-ldstruct.c: Likewise. + * gcc.dg/ppc64-abi-2.c: Likewise. + 2004-08-20 Jakub Jelinek <jakub@redhat.com> PR rtl-optimization/17099 diff --git a/gcc/testsuite/gcc.dg/darwin-longlong.c b/gcc/testsuite/gcc.dg/darwin-longlong.c index 9a1dcd2..1c5d057 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 <signal.h> +#include <stdlib.h> 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 e3912d5..da6001f 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 <stdlib.h> + /* 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 ab0e1a1..93c121c 100644 --- a/gcc/testsuite/gcc.dg/ppc64-abi-2.c +++ b/gcc/testsuite/gcc.dg/ppc64-abi-2.c @@ -3,6 +3,7 @@ #include <stdarg.h> #include <signal.h> #include <altivec.h> +#include <stdlib.h> /* Testcase to check for ABI compliance of parameter passing for the PowerPC64 ABI. */ |