This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [libgfortran,patch] Fix "inquire by filename" for mingw
- From: "François-Xavier Coudert" <fxcoudert at gmail dot com>
- To: "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>, "GCC Patches" <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 14 Sep 2007 12:05:28 +0100
- Subject: Re: [libgfortran,patch] Fix "inquire by filename" for mingw
- References: <19c433eb0709071021q25a2b6d7xf08c889e33caa900@mail.gmail.com>
> This patch uses Windows-specific functions (protected by #ifdef
> __MINGW32__) to uniquely identify files. In the case where this fails
> (happens on FAT and network filesystems), it will still resort to
> compare filenames.
>
> Built and tested on i386-pc-mingw32 and x86_64-linux. OK to commit?
ping