This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/55117] Programs fails to read namelist (contains derived types objects)
- From: "pmarguinaud at hotmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 29 Oct 2012 14:34:02 +0000
- Subject: [Bug fortran/55117] Programs fails to read namelist (contains derived types objects)
- Auto-submitted: auto-generated
- References: <bug-55117-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55117
--- Comment #2 from pmarguinaud at hotmail dot com 2012-10-29 14:34:02 UTC ---
$ gfortran bat.F90
$ ./a.out
At line 33 of file bat.F90 (unit = 4, file = 'NAMELIST')
Fortran runtime error: Internal namelist read error
I tried 4.6.1, 4.6.2 and latest snapshot of 4.7. All the same.