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:
Uros Bizjak 2016-06-15 17:01:01 +02:00 committed by Uros Bizjak
parent 8f482165c9
commit cf5d08abc2
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -5,8 +5,7 @@
#include <fenv.h>
#include <stdbool.h>
typedef unsigned long long int uint64_t;
#include <stdint.h>
typedef union
{