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, libgfortran] Remove move_pos_offset


Daniel Kraft wrote:
> Janne Blomqvist wrote:
>> Hi,
>>
>> move_pos_offset is nowadays not needed anymore. Back with the old low
>> level I/O library, the sseek function didn't have a whence argument, but
>> now the same functionality is provided by sseek(..., SEEK_CUR). The
>> attached patch removes said function, and updates callers.
>>
>> Regtested on i686-pc-linux-gnu, though with lots of ICE's due to some
>> other patch, but no I/O regressions it seems.
>>
>> Ok for trunk?
> 
> Ok.

Committed as r145876.


-- 
Janne Blomqvist

Attachment: signature.asc
Description: OpenPGP digital signature


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