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/55117] Programs fails to read namelist (contains derived types objects)


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

Mikael Morin <mikael at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikael at gcc dot gnu.org

--- Comment #17 from Mikael Morin <mikael at gcc dot gnu.org> 2013-02-25 19:49:06 UTC ---
(In reply to comment #15)
> The type extension problem might be related to the fact, that gfortran does not
> generate a namelist entry for the implicit component %x of t1e_t:
> 
> (no "t1e%x" below)
> 
It is present...

>   _gfortran_st_set_nml_var (&dt_parm.1, &t1e.t1_t.x, &"t1e%t1_t%x"[1]{lb: 1 sz:
> 1}, 4, 0, 24);
>
... here.


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