https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88117
Paul Thomas <pault at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org
--- Comment #7 from Paul Thomas <pault at gcc dot gnu.org> ---
Created attachment 45801
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45801&action=edit
A patch for the PR.
Once you had done the detective work, Thomas, the rest was pretty easy.
Basically, the fact that 'z' is a pointer is what throws it.
Bootstraps and retests OK.
The patch to trans-expr.c has a large offset because my ISO_Fortran_binding
patch is on the tree, awaiting a green light.
Cheers
Paul