https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107580
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ABI
Assignee|redi at gcc dot gnu.org |unassigned at gcc dot
gnu.org
Status|ASSIGNED |NEW
--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Unfortunately this changes the mangled name of the function, and so breaks the
library ABI. Maybe that's why I didn't do it sooner.
There are ways to solve that, but it's not as trivial as I thought.