Upgraded a legacy application to Intel(R) Visual Fortran Compiler 19.0.2.190 [Intel(R) 64]
At runtime, the application stops with End of Record error during read
Character*80 kard
integer i
kard = '00001'
read (kard(1:5),'(i5)') i
Any ideas if there is a fix for this new error?
thanks
For more complete information about compiler optimizations, see our Optimization Notice.