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/78661] [F03] Namelist output missing object designator under DTIO


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78661

Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paul.richard.thomas at gmail dot c
                   |                            |om

--- Comment #2 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
This bug and 78670 are actually related. Our interpretation was that the child
procedure should handle all the necessary I/O including reading or writing of
namelist object names and '=' signs.

However, thinking further, I see the child procedure can not know the object
name, only the parent can no this. I am hopeful having the parent do this will
not be too difficult.  That being said, I am onto it.

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