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 fortran/43115] bug with gfortran on Windows vista, correct on Linux



------- Comment #11 from jvdelisle at gcc dot gnu dot org  2010-02-21 04:06 -------
I have been able to reproduce this with the binary from the wiki.  We get an
END condition at line 5 of the test file.  You have to use the test case with:

 character(len = n2    ):: ligne

I have a vague recollection of this bug being fixed since April 2009.....

Most likely PR41328.  The length of the read falls between the CR and the LF.

It is fixed on trunk, so we really need to get that binary on the wiki updated.

Lets hold this PR open until that happens.




-- 

jvdelisle at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jvdelisle at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-02-21 04:06:12
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43115


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