]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
float128-nan.c: Include stdint.h to define uint64_t.
authorUros Bizjak <ubizjak@gmail.com>
Wed, 15 Jun 2016 15:01:01 +0000 (17:01 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 15 Jun 2016 15:01:01 +0000 (17:01 +0200)
        * gcc.dg/torture/float128-nan.c: Include stdint.h to define uint64_t.

From-SVN: r237480

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/float128-nan.c

index 9e332a264e461682891d5cb62301a04f3ec3cb70..7b10f9736716f6bdf27293ff54d9f3a46c2b61e5 100644 (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
index b570623498795ac8122ca1fa3972f34546c86e25..f9aa457828086c28f4973cfa378cbfaa3a208de5 100644 (file)
@@ -5,8 +5,7 @@
 
 #include <fenv.h>
 #include <stdbool.h>
-
-typedef unsigned long long int uint64_t;
+#include <stdint.h>
 
 typedef union
 {