Re: [Patch, fortran] PR 39654 FTELL intrinsic

2012-06-21 Thread Tobias Burnus
On 06/20/2012 11:28 PM, Janne Blomqvist wrote: the attached patch makes the FTELL intrinsic function work on offsets larger than 2 GB on 32-bit systems that support large files. As this is an ABI change the old library function is left untouched, to be removed when/if the library ABI is bumped.

Re: [Patch, fortran] PR 39654 FTELL intrinsic

2012-06-21 Thread Janne Blomqvist
On Thu, Jun 21, 2012 at 3:34 PM, Tobias Burnus bur...@net-b.de wrote: On 06/20/2012 11:28 PM, Janne Blomqvist wrote: the attached patch makes the FTELL intrinsic function work on offsets larger than 2 GB on 32-bit systems that support large files. As this is an ABI change the old library

[Patch, fortran] PR 39654 FTELL intrinsic

2012-06-20 Thread Janne Blomqvist
Hi, the attached patch makes the FTELL intrinsic function work on offsets larger than 2 GB on 32-bit systems that support large files. As this is an ABI change the old library function is left untouched, to be removed when/if the library ABI is bumped. Regtested on x86_64-unknown-linux-gnu, Ok