1 /* PR libstdc++/85466 */
3 /* { dg-options "-O2 -fmath-errno -fno-trapping-math -fdump-tree-optimized" } */
4 /* { dg-add-options ieee } */
5 /* { dg-final { scan-tree-dump-not "nextafter" "optimized" } } */
6 /* { dg-final { scan-tree-dump-not "nexttoward" "optimized" } } */
9 #include "nextafter-1.c"