https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118630
Nathaniel Shead <nshead at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Target Milestone|--- |15.3
Assignee|unassigned at gcc dot gnu.org |nshead at gcc dot
gnu.org
--- Comment #6 from Nathaniel Shead <nshead at gcc dot gnu.org> ---
The original issue is fixed now on trunk/15.3.
But on further reflection today, I wonder if there are still more cases that
can cause issues; specifically I'm concerned about if any merge key walks
discover other entry deps (e.g. `auto f(auto arg) -> decltype(g(arg))` walking
into `g`) stopping them from correctly handling recursive deps. So I'll leave
this report open for the meantime until I can construct some more testcases or
work out an approach that feels safer to me.