* intrinsics/erfc_scaled.c (erfc_scaled_r16): Don't define if
__float128 is not available.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205193
138bc75d-0d04-0410-961f-
82ee72b054a4
+2013-11-20 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
+
+ PR libfortran/59227
+ * intrinsics/erfc_scaled.c (erfc_scaled_r16): Don't define if
+ __float128 is not available.
+
2013-11-20 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR libfortran/49024
#endif
+#ifdef GFC_REAL_16_IS_FLOAT128
+
/* For quadruple-precision (__float128), netlib's implementation is
not accurate enough. We provide another one. */
-
extern GFC_REAL_16 erfc_scaled_r16 (GFC_REAL_16);
export_proto(erfc_scaled_r16);
-
GFC_REAL_16
erfc_scaled_r16 (GFC_REAL_16 x)
{
}
}
+#endif
+