https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107513
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2023-10-31
Status|UNCONFIRMED |NEW
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=96780
Ever confirmed|0 |1
Severity|normal |enhancement
--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> ---
The patch for PR 96780 added -ffold-simple-inlines which works for some
specific functions. This attribute would extend that to arbitrary functions.
Confirmed as a very useful extension.