Commit 183440ee by Jerry DeLisle

re PR libfortran/47154 (END= does not work in namelist read)

2011-01-04  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR libgfortran/47154
	* gfortran.dg/namelist_68.f90: New test.

From-SVN: r168503
parent 43e0224a
2011-01-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/47154
* gfortran.dg/namelist_68.f90: New test.
2011-01-04 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/unchecked_convert8.ad[sb]: New test.
......
! { dg-do run }
! PR47154 END= does not work in namelist read
program foo
real :: a
namelist /b/a
open(10,status="scratch")
read (10,nml=b,end=100)
100 continue
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