[FORTRAN PATCH INSTALLED]: one more temp file nit
Kaveh R. Ghazi
ghazi@caipclassic.rutgers.edu
Wed Mar 22 23:50:00 GMT 2006
Thanks to Jerry, I figured out where this one was coming from.
http://gcc.gnu.org/ml/fortran/2006-03/msg00387.html
Tested via "make check" on mainline on sparc-sun-solaris2.10.
Installed as "obvious" on mainline/4.1.
--Kaveh
2006-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gfortran.dg/endfile_2.f90: Delete temp file.
diff -rup orig/egcc-SVN20060321/gcc/testsuite/gfortran.dg/endfile_2.f90 egcc-SVN20060321/gcc/testsuite/gfortran.dg/endfile_2.f90
--- orig/egcc-SVN20060321/gcc/testsuite/gfortran.dg/endfile_2.f90 2006-01-23 00:14:47.000000000 -0500
+++ egcc-SVN20060321/gcc/testsuite/gfortran.dg/endfile_2.f90 2006-03-22 08:20:32.989820375 -0500
@@ -9,4 +9,5 @@
call abort ! should never get here
stop
0023 continue
+ close(8,status='delete')
end
More information about the Fortran
mailing list