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