On Tue, Oct 25, 2016 at 11:36 PM, Jerry DeLisle <jvdeli...@charter.net> wrote:
> On 10/25/2016 11:52 AM, Fritz Reese wrote:
>>
>> All,
>>
>> Here's the big one. This patch proposes an extension to both the GNU
>> Fortran front-end and runtime library (libgfortran) to support three
>> additional I/O specifiers: CARRIAGECONTROL, READONLY, and SHARE for
>> compatibility with legacy compilers/code.
...
>> OK for trunk?
>>
>
> Patch applies with a few minor offsets, regression tests OK, indentation
> looks good. Test cases are thorough. I appreciate that you guarded the
> open_share and close_share with the #if defined(HAVE_FCNTL) &&
> defined(F_SETLK) && defined(F_UNLCK). I am pretty sure not all platforms
> will support these.
>
> Good Job,
>
> Yes, OK to commit.
>
> Jerry
>

Thanks- committed r241550.

((big sigh of relief))

---
Fritz Reese

Reply via email to