https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98016
Paul Thomas <pault at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pault at gcc dot gnu.org
Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org
Status|WAITING |NEW
--- Comment #6 from Paul Thomas <pault at gcc dot gnu.org> ---
Created attachment 49645
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49645&action=edit
Fix for the PR
This fix is rather different to Steve's. It exploits the existing mechanism for
formal arguments. In this context, the function result is equivalent to formal
arguments.
It even regtests OK :-)
Unless there are objections, I will commit as 'obvious' after I fix the last of
the nits with PR83118 or, at least, towards the end of the week.
Cheers
Paul