This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/26802] gfortran.dg/pr16597.f90 leaves behind a file
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Mar 2006 14:03:23 -0000
- Subject: [Bug libfortran/26802] gfortran.dg/pr16597.f90 leaves behind a file
- References: <bug-26802-578@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from fxcoudert at gcc dot gnu dot org 2006-03-22 14:03 -------
Not a bug. The first OPEN has neither FILE nor STATUS='SCRATCH' specifier, so
it creates a file named fort.99 in the cwd. This is the expected behaviour.
The testcase should probably have a STATUS='SCRATCH' added.
--
fxcoudert at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26802