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/52539] I/O: Wrong result for UTF-8/UCS-4 list-directed and namelist read and nml write


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

--- Comment #23 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> One failure on NIST FM906.f

Not due to this patch. The following test

character(len=30) :: buff = ", (2.0, 3.0),,6.0D0, 2*,"
DOUBLE PRECISION AVD, BVD, CVD, DVCORR 
COMPLEX AVC, BVC, CVC, ZVCORR

read(buff, *)  AVD, AVC, BVC, BVD, CVC, CVD

end

fails with 4.9.0 and trunk

At line 5 of file FM906.f90
Fortran runtime error: Bad repeat count in item 5 of list input

I'll open a new PR for it.


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