This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libfortran/26802] gfortran.dg/pr16597.f90 leaves behind a file



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]