LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git] / gcc / testsuite / gcc.dg / nextafter-3.c
blob25a520bb15e22dbd5c63427910425641116d71cb
1 /* PR libstdc++/85466 */
2 /* { dg-do run } */
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" } } */
8 #define NEED_ERRNO 1
9 #include "nextafter-1.c"