mirror of git://gcc.gnu.org/git/gcc.git
float128-nan.c: Include stdint.h to define uint64_t.
* gcc.dg/torture/float128-nan.c: Include stdint.h to define uint64_t. From-SVN: r237480
This commit is contained in:
parent
8f482165c9
commit
cf5d08abc2
|
|
@ -1,3 +1,7 @@
|
|||
2016-06-15 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* gcc.dg/torture/float128-nan.c: Include stdint.h to define uint64_t.
|
||||
|
||||
2016-06-15 Alan Hayward <alan.hayward@arm.com>
|
||||
|
||||
PR tree-optimization/71439
|
||||
|
|
|
|||
|
|
@ -5,8 +5,7 @@
|
|||
|
||||
#include <fenv.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
typedef unsigned long long int uint64_t;
|
||||
#include <stdint.h>
|
||||
|
||||
typedef union
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue