------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-09-02 
21:27 -------
libgfortran does the inquire by fstating the files and comparing devices types
and inode numbers (st_dev and st_ino). But, on mingw, fstat returns 0 as inode
number for all files. Thus, the inquire fails (that is, the comparison match for
the first unit tested, which happens to be unit=0).

How can we uniquely identify a file on Windows?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-09-02 21:27:11
               date|                            |


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

Reply via email to