Fortran: fix ALLOCATE with SOURCE of deferred character length [PR114019]
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / float64-builtin-issignaling-1.c
blob07d755b37be5505666a6bf59cd59af1c4f9d9753
1 /* Test _Float64 __builtin_issignaling. */
2 /* { dg-do run } */
3 /* { dg-options "" } */
4 /* { dg-add-options float64 } */
5 /* { dg-add-options ieee } */
6 /* { dg-require-effective-target float64_runtime } */
7 /* { dg-additional-options "-fsignaling-nans" } */
8 /* Workaround for PR57484 on ia32: */
9 /* { dg-additional-options "-msse2 -mfpmath=sse" { target { ia32 && sse2_runtime } } } */
11 #define WIDTH 64
12 #define EXT 0
13 #include "builtin-issignaling-1.c"