]> gcc.gnu.org Git - gcc.git/commitdiff
namelist_39.f90: Delete temporary files.
authorTobias Burnus <burnus@net-b.de>
Thu, 24 Jan 2008 16:59:02 +0000 (17:59 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Thu, 24 Jan 2008 16:59:02 +0000 (17:59 +0100)
2008-01-24  Tobias Burnus  <burnus@net-b.de>

       * gfortran.dg/namelist_39.f90: Delete temporary files.
       * gfortran.dg/namelist_44.f90: Ditto.

From-SVN: r131795

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/namelist_39.f90
gcc/testsuite/gfortran.dg/namelist_44.f90

index 4202bf38c67626d4a326dd722031129dd872dde2..933bcae743ed87000dfcae4839887e1b03483262 100644 (file)
@@ -1,3 +1,8 @@
+2008-01-24  Tobias Burnus  <burnus@net-b.de>
+
+       * gfortran.dg/namelist_39.f90: Delete temporary files.
+       * gfortran.dg/namelist_44.f90: Ditto.
+
 2008-01-24  Richard Guenther  <rguenther@suse.de>
 
        PR middle-end/34953
index f90198accfc57901971dd72afeacb4e55c09c5d1..36721409fa5db7ffb4d6f2f9a52272cc049ff98b 100644 (file)
@@ -17,7 +17,7 @@ write(99,'(4(a,/),a)') "&NAM", &
       " /"
 rewind(99)
 read(99,nml=nam)
-close(99)
+close(99,status="delete")
 
 if (b01234567890123456789012345678901234567890123456789012345678901(1).ne.&
     " AAP NOOT MIES WIM ZUS JET                   ") call abort
index 5922d43964aa1f441b20e7564689a8a7b070894e..143990261fe64f9f7e724308d18bce5997a7aa31 100644 (file)
@@ -23,7 +23,7 @@ program gfcbug77
   write(nnml,*) "/"
   rewind(nnml)
   read (nnml, nml=BLACKLIST)
-  close(nnml)
+  close(nnml,status="delete")
   if(file /= "myfile" .or. default) call abort()
 !  write (*,nml=BLACKLIST)
 end program gfcbug77
This page took 0.119922 seconds and 5 git commands to generate.