[Bug c++/64266] Can GCC produce local mergeable symbols for *.__FUNCTION__ and *.__PRETTY_FUNCTION__ functions?

jason at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Mar 28 20:19:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64266

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |ASSIGNED
         Resolution|FIXED                       |---

--- Comment #7 from Jason Merrill <jason at gcc dot gnu.org> ---
Reverted the patch due to bootstrap problems on some targets.

Martin, have you tried just building with -fmerge-all-constants?  That should
provide the effect you are looking for, until the C++ committee decides
something about whether __func__ can be shared.


More information about the Gcc-bugs mailing list