This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/17090] Runtime I/O error


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]