This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/25305] [4.0 regression]: libfortran failed fma3d in SPEC CPU 2K



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]