https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102214
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P2 |P4
--- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> ---
@item -fno-weak
Do not use weak symbol support, even if it is provided by the linker.
By default, G++ uses weak symbols if they are available. This
option exists only for testing, and should not be used by end-users;
it results in inferior code and has no benefits. This option may
be removed in a future release of G++.
I'm making this P4. Don't shoot yourself in the foot.