re PR libfortran/19155 ([4.0 only] blanks not treated as zeros in 'E' format read...
authorFrancois-Xavier Coudert <coudert@clipper.ens.fr>
Fri, 17 Jun 2005 16:20:29 +0000 (18:20 +0200)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Fri, 17 Jun 2005 16:20:29 +0000 (16:20 +0000)
commit853a4203b72296bc59f14ae6e8c467208e9679d2
tree12c6f945d4ce6fba2365be96a4264b2795c7a182
parenta2eafc7685e37c0077d9a4c4598b76bab9bec5d2
re PR libfortran/19155 ([4.0 only] blanks not treated as zeros in 'E' format read (NIST FM110.FOR))

PR libfortran/19155
* io/read.c (convert_real): strtod can set errno to EINVAL on an
empty string, but we shouldn't have an error in that case.

From-SVN: r101128
libgfortran/ChangeLog
libgfortran/io/read.c