On 21 Sep 12:53, FX wrote:
> Dear Kirill,
>
> > When libgfortran is configured w/ HAVE_WORKING_STAT undefined
> > *and* current system is not MinGW - FIND_FILE_[DECL|ARGS} still
> > trying to use Windows's handles (id).
>
> Well, if HAVE_WORKING_STAT is not defined, then it means some other mecha
Dear Kirill,
> When libgfortran is configured w/ HAVE_WORKING_STAT undefined
> *and* current system is not MinGW - FIND_FILE_[DECL|ARGS} still
> trying to use Windows's handles (id).
Well, if HAVE_WORKING_STAT is not defined, then it means some other mechanism
has to be used. If your target is n
Hello,
When libgfortran is configured w/ HAVE_WORKING_STAT undefined
*and* current system is not MinGW - FIND_FILE_[DECL|ARGS} still
trying to use Windows's handles (id).
Proposed patch discriminates MinGW case under HAVE_WORKING_STAT
switched off.
Bootstrapped (on Linux).
libgfortran/
*