comparison gcc/testsuite/gcc.dg/nextafter-1.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* PR libstdc++/85466 */ 1 /* PR libstdc++/85466 */
2 /* { dg-do run } */ 2 /* { dg-do run } */
3 /* { dg-options "-O2 -fno-math-errno -fno-trapping-math -fdump-tree-optimized" } */ 3 /* { dg-options "-O2 -fno-math-errno -fno-trapping-math -fdump-tree-optimized" } */
4 /* { dg-add-options ieee } */ 4 /* { dg-add-options ieee } */
5 /* { dg-skip-if "not IEEE float" { "pdp11-*-*" } } */
5 /* { dg-final { scan-tree-dump-not "nextafter" "optimized" } } */ 6 /* { dg-final { scan-tree-dump-not "nextafter" "optimized" } } */
6 /* { dg-final { scan-tree-dump-not "nexttoward" "optimized" } } */ 7 /* { dg-final { scan-tree-dump-not "nexttoward" "optimized" } } */
7 8
8 float nextafterf (float, float); 9 float nextafterf (float, float);
9 double nextafter (double, double); 10 double nextafter (double, double);