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, libfortran] PR 43605 FTELL intrinsic, take 2


On Thu, Apr 01, 2010 at 11:26:03PM +0300, Janne Blomqvist wrote:
> 
> the previous patch didn't cover all the bases, and a more advanced
> testcase quickly brought up the next problem, which was due to failing
> to correct the underlying stream offset. The attached patch fixes this
> issue, and also moves the common implementation to a separate
> function, which then the FUNCTION and SUBROUTINE entry points call.
> 
> Regtested on x86_64-unknown-linux-gnu, Ok for trunk (35 mins left
> until freeze! :)) and 4.4?
> 
> 

OK.

-- 
Steve


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