[Bug libfortran/42420] libgfortran fails to open large files on MINGW32

2010-01-05 Thread jb at gcc dot gnu dot org
--- Comment #9 from jb at gcc dot gnu dot org 2010-01-05 19:14 --- Closing as fixed. -- jb at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug libfortran/42420] libgfortran fails to open large files on MINGW32

2010-01-03 Thread jb at gcc dot gnu dot org
--- Comment #8 from jb at gcc dot gnu dot org 2010-01-03 18:09 --- Subject: Bug 42420 Author: jb Date: Sun Jan 3 18:09:37 2010 New Revision: 155593 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155593 Log: PR libfortran/42420 Large file capable stat for MingW Modified: tr

[Bug libfortran/42420] libgfortran fails to open large files on MINGW32

2010-01-02 Thread jb at gcc dot gnu dot org
--- Comment #7 from jb at gcc dot gnu dot org 2010-01-02 21:39 --- Patch: http://gcc.gnu.org/ml/gcc-patches/2010-01/msg00083.html -- jb at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/42420] libgfortran fails to open large files on MINGW32

2009-12-20 Thread jb at gcc dot gnu dot org
--- Comment #6 from jb at gcc dot gnu dot org 2009-12-20 10:23 --- As such the patch seems ok, however I'd prefer to avoid cluttering up the logic with ifdefs, and secondly, we should stick to one kind of stat struct everywhere for consistency's sake. E.g. something like diff --git a/li

[Bug libfortran/42420] libgfortran fails to open large files on MINGW32

2009-12-18 Thread burnus at gcc dot gnu dot org
--- Comment #5 from burnus at gcc dot gnu dot org 2009-12-18 08:51 --- Confirm. The bug report looks valid and the patch sensible. Cf. for fstat/fstati64 the page: http://msdn.microsoft.com/en-us/library/aa246905%28VS.60%29.aspx Kai agrees that the patch looks OK and he checked that _fs

[Bug libfortran/42420] libgfortran fails to open large files on MINGW32

2009-12-17 Thread kargl at gcc dot gnu dot org
--- Comment #4 from kargl at gcc dot gnu dot org 2009-12-18 06:43 --- (In reply to comment #3) > No, > > this was the trunk from yesterday. Some wrinkeles seem to remain... > You should have included this information in your original bug report. I won't have wasted my time looking u

[Bug libfortran/42420] libgfortran fails to open large files on MINGW32

2009-12-17 Thread jpr at csc dot fi
--- Comment #3 from jpr at csc dot fi 2009-12-18 05:43 --- No, this was the trunk from yesterday. Some wrinkeles seem to remain... Juha -- jpr at csc dot fi changed: What|Removed |Added ---

[Bug libfortran/42420] libgfortran fails to open large files on MINGW32

2009-12-17 Thread kargl at gcc dot gnu dot org
--- Comment #2 from kargl at gcc dot gnu dot org 2009-12-18 00:57 --- This should have already been fixed by 2009-12-04 Janne Blomqvist PR libfortran/40812 * libgfortran.h: typedef gfc_offset differently for MinGW. * io/unix.h (struct stream): Change function

[Bug libfortran/42420] libgfortran fails to open large files on MINGW32

2009-12-17 Thread jpr at csc dot fi
--- Comment #1 from jpr at csc dot fi 2009-12-18 00:35 --- or rather this Index: unix.c === --- unix.c (revision 155325) +++ unix.c (working copy) @@ -781,7 +781,11 @@ static stream * fd_to_stream (int fd,