1 /* PR libstdc++/85466 */
3 /* { dg-require-effective-target c99_runtime } */
4 /* { dg-options "-O2 -fno-builtin" } */
5 /* { dg-add-options ieee } */
6 /* { dg-add-options c99_runtime } */
10 #if defined(__GLIBC__) && defined(__GLIBC_PREREQ)
11 # if !__GLIBC_PREREQ (2, 24)
12 /* Workaround buggy nextafterl in glibc 2.23 and earlier,
13 see https://sourceware.org/bugzilla/show_bug.cgi?id=20205 */
14 # define NO_LONG_DOUBLE 1
17 #include "nextafter-1.c"