https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121741
Tomasz Kamiński <tkaminsk at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tkaminsk at gcc dot gnu.org
--- Comment #1 from Tomasz Kamiński <tkaminsk at gcc dot gnu.org> ---
I think we should also consider making some of the small functions always
inline (like operator[],front on vector), as this also site steps the problem
completely.
The programs are not allowed to take their address, by the standard, so that
should be no issue.