[Bug libfortran/15235] libgfortran doesn't build on Solaris
tobi at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Sep 27 14:29:00 GMT 2004
------- Additional Comments From tobi at gcc dot gnu dot org 2004-09-27 14:29 -------
GCC does have __builtin_isnan (from builtins.def):
DEF_C99_C90RES_BUILTIN (BUILT_IN_ISNAN, "isnan", BT_FN_INT_VAR,
ATTR_CONST_NOTHROW_LIST)
DEF_EXT_LIB_BUILTIN (BUILT_IN_ISNANF, "isnanf", BT_FN_INT_FLOAT,
ATTR_CONST_NOTHROW_LIST)
DEF_EXT_LIB_BUILTIN (BUILT_IN_ISNANL, "isnanl", BT_FN_INT_LONGDOUBLE,
ATTR_CONST_NOTHROW_LIST)
I'm not sure if this is a recent addition. Can you verify if the problem is
still present?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15235
More information about the Gcc-bugs
mailing list