This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/19155] [4.0 only] blanks not treated as zeros in 'E' format read (NIST FM110.FOR)
- From: "dje at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jun 2005 15:15:59 -0000
- Subject: [Bug libfortran/19155] [4.0 only] blanks not treated as zeros in 'E' format read (NIST FM110.FOR)
- References: <20041225214626.19155.Thomas.Koenig@online.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dje at gcc dot gnu dot org 2005-06-17 15:15 -------
pr19155.f produces the following error output:
At line 13 of file pr19155.f
Fortran runtime error: Range error during floating point read
AIX strtod ("", NULL) sets errno to EINVAL, as allowed by the standard ("may
be set"); Linux and *BSD do not. libgfortran does not expect errno to be set.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |NEW
Last reconfirmed|2005-06-12 09:21:43 |2005-06-17 15:15:58
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19155