re PR libfortran/19155 ([4.0 only] blanks not treated as zeros in 'E' format read...
authorFrancois-Xavier Coudert <coudert@clipper.ens.fr>
Mon, 9 May 2005 11:21:01 +0000 (13:21 +0200)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Mon, 9 May 2005 11:21:01 +0000 (11:21 +0000)
commit4581ba9d4f3767e4b0dea0bc101b0e865cfcd85d
tree7986eb5beb061270c1c86ffeaa510692657c6378
parent4bbcb8fcd4e2627b062cb46083da89f919ae799e
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 (read_f): Accept 'e', 'E', 'd' and 'D' as first
non-blank characters of a real number.
* gfortran.dg/pr19155.f: New test.

From-SVN: r99424
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr19155.f [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/io/unix.c