------- 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