[Bug fortran/42422] Error in Fortran list directed input
palmtag5 at yahoo dot com
gcc-bugzilla@gcc.gnu.org
Fri Dec 18 02:55:00 GMT 2009
------- Comment #1 from palmtag5 at yahoo dot com 2009-12-18 02:54 -------
Full example:
program test2
implicit none
integer :: imatr(20)
imatr=0
write (*,*) 'Enter 20 integer values:'
read (*,*) imatr
write (*,*) 'results:'
write (*,*) imatr
end
With input:
1 2 3 4*5 /
--
palmtag5 at yahoo dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |palmtag5 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42422
More information about the Gcc-bugs
mailing list