https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111511
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2023-09-21
Ever confirmed|0 |1
Assignee|unassigned at gcc dot gnu.org |redi at gcc dot gnu.org
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Jiang An from comment #0)
> Not sure whether this should be WONTFIX since the implementation is
> fundamentally changed in GCC 14 (PR 110167).
There's no reason we can't fix the old version in the release branches.
I did notice this when rewriting it, but I didn't think to change the branches
to avoid ADL there, because I plan to backport the new implementation
eventually anyway.