This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [oatch]: Fix bootstrap of libgfortran for mingw targets
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Kai Tietz <ktietz70 at googlemail dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 30 Nov 2009 08:27:45 -0500
- Subject: Re: [oatch]: Fix bootstrap of libgfortran for mingw targets
- References: <90baa01f0911300200s30665592led6114eeacb2c7d5@mail.gmail.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Mon, Nov 30, 2009 at 11:00:16AM +0100, Kai Tietz wrote:
> Hello,
>
> The recent patche
> (http://gcc.gnu.org/viewcvs/trunk/libgfortran/io/unix.c?diff_format=h&view=log)
> reasoned a compile failure for mingw targets in libgfortran.
>
> ChangeLog
>
> 2009-11-30 Kai Tietz <Kai.Tietz@onevision.com>
>
> * io/unix.c (find_file): Add variable id conditionally for mingw targets.
>
> Tested for x86_64-pc-mingw32 and i686-pc-mingw32. Ok for apply?
Ah, sorry, it wasn't obvious that id is actually used on mingw inside of
u = find_file0 (unit_root, FIND_FILE0_ARGS);
Jakub