This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [patch, update] PR25289 Large file IO
- From: FX Coudert <fxcoudert at gmail dot com>
- To: Janne Blomqvist <Janne dot Blomqvist at tkk dot fi>
- Cc: Jerry DeLisle <jvdelisle at verizon dot net>, Fortran List <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 23 Jul 2006 09:39:05 +0200
- Subject: Re: [patch, update] PR25289 Large file IO
- References: <44C2FC4B.1040204@verizon.net> <44C3230C.8010706@tkk.fi>
Hi,
I understood FX comment to mean that gfc_offset is sort of redundant
since it's always off_t anyway, i.e. one could do a search-and-replace
in libgfortran replacing all occurences of gfc_offset with off_t.
That's not what I meant. In fact, wouldn't there be cases where we could
use something other than off_t for gfc_offset (like an off64_t), for
large files support on some systems?