mirror of git://gcc.gnu.org/git/gcc.git
Add missing cleanup in gfortran.dg/read_eof_8.f90
2015-02-18 Tom de Vries <tom@codesourcery.com> PR testsuite/65107 * gfortran.dg/read_eof_8.f90: Add missing close. From-SVN: r220794
This commit is contained in:
parent
7f971f18e4
commit
fbd78d3dd8
|
|
@ -1,3 +1,8 @@
|
|||
2015-02-18 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
PR testsuite/65107
|
||||
* gfortran.dg/read_eof_8.f90: Add missing close.
|
||||
|
||||
2015-02-18 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/65063
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ program test
|
|||
enddo
|
||||
call abort
|
||||
100 if (k /= 5) call abort
|
||||
close(25, status="delete")
|
||||
stop
|
||||
101 call abort
|
||||
end program test
|
||||
|
|
|
|||
Loading…
Reference in New Issue