re PR fortran/28335 (flush() / write() statement on closed units - error?)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Wed, 26 Jul 2006 01:47:13 +0000 (01:47 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Wed, 26 Jul 2006 01:47:13 +0000 (01:47 +0000)
commit5226f481de8d22202ad8fdd8a117725cb4c8d4b7
tree6b66db7c16adee090e52fd1a00c54a07f246df69
parentca8d5bc6c6b64b464396a9caa9a7ddfcff122bcb
re PR fortran/28335 (flush() / write() statement on closed units - error?)

2006-07-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/28335
* gfortran.dg/no_unit_error_1.f90: New test.
* gfortran.dg/no_unit_error_2.f90: New test.
* gfortran.dg/temporary_1.f90: Remove extraneous CLOSE.

From-SVN: r115750
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/no_unit_error_1.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/no_unit_error_2.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/temporary_1.f90