mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-22 11:41:07 +08:00
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
This commit is contained in:
parent
39ba2f92e1
commit
ea3c4ca872
@ -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.
|
||||
|
@ -5,6 +5,7 @@
|
||||
tests that the ABI is correct. */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define vector __attribute__((vector_size(16)))
|
||||
|
||||
|
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user