This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/25305] [4.0 regression]: libfortran failed fma3d in SPEC CPU 2K
- From: "grigory_zagorodnev at linux dot intel dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Dec 2005 14:41:44 -0000
- Subject: [Bug libfortran/25305] [4.0 regression]: libfortran failed fma3d in SPEC CPU 2K
- References: <bug-25305-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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