This is the mail archive of the gcc-patches@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]

Re: [oatch]: Fix bootstrap of libgfortran for mingw targets


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


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