Commit a3ba2937 by Jerry DeLisle

re PR fortran/43832 (OPEN statement not diagnosing missing unit number)

2010-04-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR fortran/43832
	* gfortran.dg/open_nounit.f90: New test.

From-SVN: r158685
parent 2b8f356c
2010-04-24 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/43832
* gfortran.dg/open_nounit.f90: New test.
2010-04-24 Paul Thomas <pault@gcc.gnu.org> 2010-04-24 Paul Thomas <pault@gcc.gnu.org>
PR fortran/43841 PR fortran/43841
......
! { dg-do compile }
! PR43832 Missing UNIT in OPEN
open () ! { dg-error "must have UNIT" }
open (file="test") ! { dg-error "must have UNIT" }
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment