This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [PATCH, Fortran] DEC Compatibility: New I/O Specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec
- From: Fritz Reese <fritzoreese at gmail dot com>
- To: Jerry DeLisle <jvdelisle at charter dot net>
- Cc: fortran <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 26 Oct 2016 08:17:27 -0400
- Subject: Re: [PATCH, Fortran] DEC Compatibility: New I/O Specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec
- Authentication-results: sourceware.org; auth=none
- References: <CAE4aFAnV=1jAtaaj08f2CjLYVBf9T5yBL8v37GgMTU-0MJ+nhQ@mail.gmail.com> <54265a4e-2b87-e930-de8e-96b76185270e@charter.net>
On Tue, Oct 25, 2016 at 11:36 PM, Jerry DeLisle <jvdelisle@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