------- Comment #11 from dje at watson dot ibm dot com 2007-09-05 17:13 -------
Subject: Re: nint_2.f90 abort compiled with -O0
>>>>> fxcoudert at gcc dot gnu dot org writes:
FX> look into ${builddir}/${target_triplet}/libgfortran/config.h to
FX> see what value have the HAVE_LROUND{F,,L} and HAVE_LLROUND{F,,L} macros?
/* libm includes llround */
#define HAVE_LLROUND 1
/* libm includes llroundf */
#define HAVE_LLROUNDF 1
/* libm includes llroundl */
#define HAVE_LLROUNDL 1
/* libm includes lround */
#define HAVE_LROUND 1
/* libm includes lroundf */
#define HAVE_LROUNDF 1
/* libm includes lroundl */
#define HAVE_LROUNDL 1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33271