[Regression, libgfortran] READ from the terminal is stuffed.

Steve Kargl sgk@troutmask.apl.washington.edu
Tue Oct 11 20:42:00 GMT 2005


On Tue, Oct 11, 2005 at 10:30:17PM +0200, Paul Thomas wrote:
> Janne,
> 
> Your patch of 2005/10/07 
> (http://gcc.gnu.org/ml/gcc-cvs/2005-10/msg00252.html) has completely 
> stuffed READ from the terminal for FC3/i686, with any combination of 
> formatted/ unformatted unit=*/unint=5 it just hangs. As far as I can 
> tell, file IO is OK.
> 
> This hangs at the read statement:
> 
> print *, "what's my number?"
> read (5,'(i4)') i
> print *, "you typed ", i
> end
> 

I can confirm this problem of FreeBSD.

-- 
Steve



More information about the Fortran mailing list