darwin-longlong.c: Include <stdlib.h>.
authorMark Mitchell <mark@codesourcery.com>
Sat, 21 Aug 2004 00:02:40 +0000 (00:02 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sat, 21 Aug 2004 00:02:40 +0000 (00:02 +0000)
* gcc.dg/darwin-longlong.c: Include <stdlib.h>.
* gcc.dg/ppc-ldstruct.c: Likewise.
* gcc.dg/ppc64-abi-2.c: Likewise.

From-SVN: r86344

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/darwin-longlong.c
gcc/testsuite/gcc.dg/ppc-ldstruct.c
gcc/testsuite/gcc.dg/ppc64-abi-2.c

index 0e8d341589faede29c0762c3333d9daf95d19517..6e395b0ad32fe8fe142ac846c5e8fe808a98bbdf 100644 (file)
@@ -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
index 9a1dcd2c85fdcb2e1a28206e243614925710a46b..1c5d057798be559d272f985163fb9c7638d08073 100644 (file)
@@ -2,6 +2,7 @@
 /* { dg-options "-mcpu=G5" } */
 
 #include <signal.h>
+#include <stdlib.h>
 
 void
 sig_ill_handler (int sig)
index e3912d52826a65e070a6424bb9a6c88be4e168f5..da6001fcd3c6b7dd898c2a240c1348b44eb387f7 100644 (file)
@@ -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.  */
 
index ab0e1a14710c5ac360004ab2a8b614c197453f25..93c121c463df5bb930b69abff8367f3c16c36234 100644 (file)
@@ -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.  */