Re: [Patch, libgFortran] Fix MinGW64 compile warning

2011-04-03 Thread Janne Blomqvist
On Sun, Apr 3, 2011 at 18:11, Tobias Burnus wrote: > Janne Blomqvist wrote: >> >> Since the reason for adding the gfstat_t typedef was that on mingw we >> needed to use struct _stati64 instead of struct stat, and that >> justification now seems to be gone with this patch, please also remove >> gfs

Re: [Patch, libgFortran] Fix MinGW64 compile warning

2011-04-03 Thread Tobias Burnus
Janne Blomqvist wrote: Since the reason for adding the gfstat_t typedef was that on mingw we needed to use struct _stati64 instead of struct stat, and that justification now seems to be gone with this patch, please also remove gfstat_t and just use struct stat everywhere. How about the attached

Re: [Patch, libgFortran] Fix MinGW64 compile warning

2011-03-26 Thread Janne Blomqvist
On Fri, Mar 25, 2011 at 19:10, Tobias Burnus wrote: > The attached patch fixes a compiler warning on MinGW64 > > ../../../../../build/gcc/src/libgfortran/io/unix.c:51:0: warning: "lseek" > redefined [enabled by default] > > which is due to MinGW64 now supporting LFS. (Seemingly, using a similar >