gcc/
[official-gcc.git] / gcc / testsuite / gcc.dg / fold-notunord.c
blobedfe3cd0292686e6948416d04c8cb755e2b6296d
1 /* { dg-do compile } */
2 /* { dg-options "-O -ftrapping-math -fdump-tree-optimized" } */
4 int f (double d)
6 return !__builtin_isnan (d);
9 /* { dg-final { scan-tree-dump " ord " "optimized" } } */
10 /* { dg-final { cleanup-tree-dump "optimized" } } */