This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/25319] namelist error
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Dec 2005 02:08:56 -0000
- Subject: [Bug fortran/25319] namelist error
- References: <bug-25319-8649@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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