https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117768
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
CC| |pault at gcc dot gnu.org
--- Comment #5 from Paul Thomas <pault at gcc dot gnu.org> ---
Created attachment 59711
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59711&action=edit
Fix for this PR
The chunk in class.cc is the proper fix for PR84674 and the chunk in resolve.cc
reverts the wrong fix that caused this PR.
It regtests OK.
Paul