[Bug fortran/92325] -fdump-tree-original and char(kind=4) initializations

edlinger at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Nov 4 10:51:00 GMT 2019


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

Bernd Edlinger <edlinger at gcc dot gnu.org> changed:

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

--- Comment #2 from Bernd Edlinger <edlinger at gcc dot gnu.org> ---
Right, Fortran does not use zero terminated strings,
I think Martin changed the way how non-printable characters are output,
the new output might be more correct, but maybe it swallows the
final \x00 since that is not a null-terminated string in fortran.

But, I admit, when I initially learned fortran, F77 was still brand new.
Can someone explain to me what is this program is supposed to do?


More information about the Gcc-bugs mailing list