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: Jakub Jelinek <jakub at redhat dot com>
- To: Fritz Reese <fritzoreese at gmail dot com>
- Cc: Andreas Schwab <schwab at suse dot de>, fortran <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 27 Oct 2016 13:32:02 +0200
- 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> <mvmy41agim0.fsf@hawking.suse.de> <20161027111741.GI3541@tucnak.redhat.com> <CAE4aFAnXgmCcG+qDyiJZoDvNQEyeHL5cizgBwAzZmhgy6dqdUA@mail.gmail.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Thu, Oct 27, 2016 at 07:25:24AM -0400, Fritz Reese wrote:
> On Thu, Oct 27, 2016 at 7:02 AM Andreas Schwab <schwab@suse.de> wrote:
> ...
> > At line 12 of file /usr/local/gcc/gcc-20161027/gcc/testsuite/gfortran.dg/dec_io_6.f90 (unit = 8)
> > Fortran runtime error: Cannot open file 'test.txt': No such file or directory
> >
>
> Indeed.
Shouldn't something also remove dec_io_5.txt file if it is created?
Shall the (now xfailed, so not implemented yet?) runtime error terminate
the program, or can it be also just deleted later on? If not,
we'll need some dg-final cleanup-target-file or something similar that will
remote_file target delete the file (similarly to cleanup-modules etc.).
Jakub
- References:
- [PATCH, Fortran] DEC Compatibility: New I/O Specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec
- Re: [PATCH, Fortran] DEC Compatibility: New I/O Specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec
- Re: [PATCH, Fortran] DEC Compatibility: New I/O Specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec
- Re: [PATCH, Fortran] DEC Compatibility: New I/O Specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec