summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/nextafter-3.c
blob: 25a520bb15e22dbd5c63427910425641116d71cb (plain)
1
2
3
4
5
6
7
8
9
/* PR libstdc++/85466 */
/* { dg-do run } */
/* { dg-options "-O2 -fmath-errno -fno-trapping-math -fdump-tree-optimized" } */
/* { dg-add-options ieee } */
/* { dg-final { scan-tree-dump-not "nextafter" "optimized" } } */
/* { dg-final { scan-tree-dump-not "nexttoward" "optimized" } } */

#define NEED_ERRNO 1
#include "nextafter-1.c"