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 fortran/25319] namelist error



------- Comment #1 from jvdelisle at gcc dot gnu dot org  2005-12-09 02:08 -------
I see that ifort gives identical results to gfortran.  I believe the correct
interpretation is that the read is expecting a list of data and when its not
there it ends the read.  There are some compilers that might provide an
extension that would auto fill an array if the data list is followed by a
comma.  That would be an enhancement.

So I think this is not a bug, but maybe others have an opinion.


-- 


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


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