On Tue, Jun 14, 2016 at 11:45 PM, Rainer Orth
<r...@cebitec.uni-bielefeld.de> wrote:
> Uros Bizjak <ubiz...@gmail.com> writes:
>
>> testsuite/ChangeLog:
>>
>> 2016-06-12  Uros Bizjak  <ubiz...@gmail.com>
>>
>>     PR target/71241
>>     * testsuite/gcc.dg/torture/float128-nan.c: New test.
>>
>> Bootstrapped and regression tested on x86_64-linux-gnu {,-m32}.
>
> The test FAILs on 64-bit Solaris/x86:

Thanks for suggestion, fixed by attached patch.

2016-06-15  Uros Bizjak  <ubiz...@gmail.com>

        * gcc.dg/torture/float128-nan.c: Include stdint.h to define uint64_t.

Tested on x86_64-linux-gnu {,-m32} and committed.

Uros.
diff --git a/gcc/testsuite/gcc.dg/torture/float128-nan.c 
b/gcc/testsuite/gcc.dg/torture/float128-nan.c
index b570623..f9aa457 100644
--- a/gcc/testsuite/gcc.dg/torture/float128-nan.c
+++ b/gcc/testsuite/gcc.dg/torture/float128-nan.c
@@ -5,8 +5,7 @@
 
 #include <fenv.h>
 #include <stdbool.h>
-
-typedef unsigned long long int uint64_t;
+#include <stdint.h>
 
 typedef union
 {

Reply via email to