gfortran.dg/pr16597.f90 leaves behind a file (bug?)

François-Xavier Coudert fxcoudert@gmail.com
Wed Mar 22 14:04:00 GMT 2006


> Thanks for the confirm, I filed it as PR26802 just now.

I closed it :)

This is 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.

FX



More information about the Fortran mailing list