* gcc.dg/darwin-longlong.c: Include <stdlib.h>.
* gcc.dg/ppc-ldstruct.c: Likewise.
* gcc.dg/ppc64-abi-2.c: Likewise.
From-SVN: r86344
+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
/* { dg-options "-mcpu=G5" } */
#include <signal.h>
+#include <stdlib.h>
void
sig_ill_handler (int sig)
/* { 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. */
#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. */