[Bug libstdc++/60936] [4.9/5/6/7 Regression] Binary code bloat with std::string

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #18 from Jakub Jelinek

[Bug libstdc++/60936] [4.9/5/6/7 Regression] Binary code bloat with std::string

2016-04-21 Thread d.v.a at ngs dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936 --- Comment #17 from __vic --- Created attachment 38319 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38319&action=edit Dirty patch for GCC 5/6 This dirty patch created for GCC5 solves the problem for GCC6 as well. (out_of_range will not

[Bug libstdc++/60936] [4.9/5/6/7 Regression] Binary code bloat with std::string

2016-04-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936 --- Comment #16 from Jonathan Wakely --- For the record, I tried this and didn't see any change in code size, so didn't commit anything.