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/82007] DTIO write format stored in a string leads to severe errors


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |jvdelisle at gcc dot gnu.org

--- Comment #4 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
With gfortran 7.2.1 and trunk, I do not see the error from the write at line
46:

    write( unit=10, fmt=fmt_str, iostat=myiostat, iomsg=astring) member

I do see the ICE with this one:

    write( unit=10, fmt=trim(fmt_str), iostat=myiostat, iomsg=astring) member

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