PR libfortran/47439
* gfortran.dg/scratch_1.f90: Adjust test.
From-SVN: r171180
-2011-03-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
+2011-03-19 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
+
+ PR libfortran/47439
+ * gfortran.dg/scratch_1.f90: Adjust test.
+
+2011-03-19 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR libfortran/47439
* gfortran.dg/scratch_1.f90: New test.
! { dg-do run }
! Check that we can open more than 26 scratch files concurrently
integer :: i
- do i = 1, 3000
+ do i = 1, 30
print *, i
open(100+i,status="scratch")
end do