OSDN Git Service

PR 48296 Accept EOF as separator when reading string with list format.
[pf3gnuchains/gcc-fork.git] / libgfortran / io / write_float.def
index 3709b20..b72cf9f 100644 (file)
@@ -1020,7 +1020,7 @@ write_float (st_parameter_dt *dtp, const fnode *f, const char *source, int len)
 {
 
 #if defined(HAVE_GFC_REAL_16) || __LDBL_DIG__ > 18
-# define MIN_FIELD_WIDTH 46
+# define MIN_FIELD_WIDTH 48
 #else
 # define MIN_FIELD_WIDTH 31
 #endif