Commit ea3c4ca8 by Andrew Pinski Committed by Andrew Pinski

darwin-longdouble.c: Include stdlib.h and string.h.

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.

From-SVN: r88757
parent 39ba2f92
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> 2004-10-08 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
* gcc.dg/ultrasp11.c: New test. * gcc.dg/ultrasp11.c: New test.
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
tests that the ABI is correct. */ tests that the ABI is correct. */
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#define vector __attribute__((vector_size(16))) #define vector __attribute__((vector_size(16)))
......
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
/* No options so 'long long' can be used. */ /* No options so 'long long' can be used. */
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <string.h>
typedef unsigned long long uint64_t; typedef unsigned long long uint64_t;
typedef uint64_t ldbits[2]; typedef uint64_t ldbits[2];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment