This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/17090] Runtime I/O error
- From: "bdavis at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Aug 2004 13:52:01 -0000
- Subject: [Bug libfortran/17090] Runtime I/O error
- References: <20040819031414.17090.deji_aking@yahoo.ca>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bdavis at gcc dot gnu dot org 2004-08-21 13:51 -------
Confirmed on i686/gnu/linux.
The list directed parser is confused by the trailing spaces in the input:
160.9989 163.2918 164.4072 165.2249
^^^^^^
(spaces)
As a workaround, if the trailing spaces are removed from the data file the code
runs identical to g77.
--bud
--
What |Removed |Added
----------------------------------------------------------------------------
Component|fortran |libfortran
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17090