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: [PATCH][RFC] Enable LFS support for libcpp and gcc


Richard Guenther wrote:
> On Fri, 13 Feb 2009, Paolo Bonzini wrote:
> 
>> Tom Tromey wrote:
>>>>>>>> "Richard" == Richard Guenther <rguenther@suse.de> writes:
>>> Richard> This patch enables large-file support for libcpp and gcc.
>> Since this is just a build patch, I approve it.  However, it is not
> 
> Thanks.
> 
>> sufficient alone; you should grep for "seek" in gcc/* and change the
>> relevant variables from long to off_t.  A 2GB PCH is weird, but not so
>> impossible.
> 
> All of them I find (but one that correctly uses off_t) use fseek()
> which explicitly is using 'long' offsets.

It was implicit that fseeko would be used instead of fseek...

Paolo


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