This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: std::string crasher - _S_empty_rep_storage hidden visibility bites my backside


John Love-Jensen wrote:

> Set _GLIBCXX_FULLY_DYNAMIC_STRING to be defined?  (I presume I shouldn't
> just do -D_GLIBCXX_FULLY_DYNAMIC_STRING ... that seems wrong.)

No, you'd add --enable-fully-dynamic-string to configure.  BTW this is
PR24196, which also contains a patch to fix the issue without fully
pessimizing away the empty string optimization.

Brian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]