[Bug fortran/84143] Intrinsic output of PDT incorrectly includes type parameters
jvdelisle at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Feb 24 15:24:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84143
--- Comment #6 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
The patch fixes the first part of the problem so the write will ignore the kind
and len parameters.
The component n is simply not being initialized at all. I am searching code for
where this ought to happen. I was thinking possibly in build_struct in decl.c,
but I am not sure yet.
More information about the Gcc-bugs
mailing list