2004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Oct 2004 14:37:40 +0000 (14:37 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Oct 2004 14:37:40 +0000 (14:37 +0000)
        * gcc.dg/darwin-longdouble.c: Include stdlib.h and string.h.
        * gcc.dg/darwin-abi-2.c: Include stdlib.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88757 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/darwin-abi-2.c
gcc/testsuite/gcc.dg/darwin-longdouble.c

index 81dbc32..e83378b 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * gcc.dg/darwin-longdouble.c: Include stdlib.h and string.h.
+       * gcc.dg/darwin-abi-2.c: Include stdlib.h.
+
 2004-10-08  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
 
        * gcc.dg/ultrasp11.c: New test.
index 81da83c..4764831 100644 (file)
@@ -5,6 +5,7 @@
    tests that the ABI is correct.  */
 
 #include <stdio.h>
+#include <stdlib.h>
 
 #define vector __attribute__((vector_size(16)))
 
index 54f090d..8e4259a 100644 (file)
@@ -3,6 +3,8 @@
 /* No options so 'long long' can be used.  */
 
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 
 typedef unsigned long long uint64_t;
 typedef uint64_t ldbits[2];