Mercurial > hg > CbC > CbC_gcc
view gcc/testsuite/gcc.dg/nextafter-2.c @ 158:494b0b89df80 default tip
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 May 2020 18:13:55 +0900 |
parents | 1830386684a0 |
children |
line wrap: on
line source
/* PR libstdc++/85466 */ /* { dg-do run } */ /* { dg-require-effective-target c99_runtime } */ /* { dg-options "-O2 -fno-builtin" } */ /* { dg-add-options ieee } */ #include <stdlib.h> #if defined(__GLIBC__) && defined(__GLIBC_PREREQ) # if !__GLIBC_PREREQ (2, 24) /* Workaround buggy nextafterl in glibc 2.23 and earlier, see https://sourceware.org/bugzilla/show_bug.cgi?id=20205 */ # define NO_LONG_DOUBLE 1 # endif #endif #include "nextafter-1.c"