This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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] | |
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.
From: Fritz Reese <fritzoreese@gmail.com>
Date: Thu, 27 Oct 2016 07:07:43 -0400
Subject: [PATCH] Fix open of nonexistant file in DEC I/O testcase.
gcc/testsuite/gfortran.dg/
* dec_io_5.f90: Rename 'test.txt' to 'dec_io_5.txt'
* dec_io_6.f90: Create 'dec_io_6.txt' before reading it
---
gcc/testsuite/gfortran.dg/dec_io_5.f90 | 2 +-
gcc/testsuite/gfortran.dg/dec_io_6.f90 | 8 +++++++-
2 files changed, 8 insertions(+), 2 deletions(-)
Attachment:
dec_io_testfix.diff
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |