https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95543
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 #6 from Paul Thomas <pault at gcc dot gnu.org> ---
Created attachment 62522
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62522&action=edit
Fix for this PR
This fixes the bug. However, ifx comes up with:
pr95543.f90(13): error #7502: A type parameter list must not be empty. [T]
type(t()) :: z
This seems to me to be an unnecessarily restrictive reading of F2023
C793-C7100. However, I do agree with the Intel folk that this is a tad
ambiguous.
I will work up the testcase.
Paul