Commit cf5d08ab by Uros Bizjak Committed by Uros Bizjak

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
parent 8f482165
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
{
......
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