------- Comment #13 from grigory_zagorodnev at linux dot intel dot com  
2005-12-19 14:41 -------
Here is the small reproducer, extracted from cpu2000/191.fma3d, so you can
update regression test base.
       CHARACTER RD*8
       CHARACTER WR*8
       CHARACTER(1) C1

       RD='N 1'
       READ (RD(1:2),*) C1

       WRITE (WR,*) 'passed'
       WRITE (*,*) WR
       END

Fails with the message:
        At line 8 of file foo.f90
        Fortran runtime error: End of record


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25305

Reply via email to