On Mon, Oct 17, 2016 at 06:02:52PM -0700, Jerry DeLisle wrote:
> Hi all,
> 
> The attached patch enables the size= specifier in a READ statement to work 
> with 
> child DTIO procedures. This is accomplished by moving the size_used variable 
> from the dtp structure to the gfc_unit structure so that the accumulation of 
> bytes during READ is carried across the procedures via the UNIT.
> 
> As far as I know, this is the last DTIO patch needed for full implementation 
> and 
> will close the PR.
> 
> After this patch is committed I plan to prepare a clean up patch to 
> reorganize 
> the dtp structure and clear at least one TODO related to stream IO. The 
> follow-on patch will bump the major version number of libgfortran to 4.
> 
> Regression tested on x86-64-linux. New test case attached.
> 
> OK for trunk?

Lookd good to me.

>       * transfer.c (read_sf_internal): Likewise. (read_sf): Likewise.
>       (read_block_form): Likewise. (read_block_form4): Likewise.


You can simplify this by

        * transfer.c (read_sf_internal, read_sf, read_block_form,
        read_block_form4): Likewise.

-- 
Steve

Reply via email to