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

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.3

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

2014-07-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936 --- Comment #5 from Jonathan Wakely --- Alternatively, we could just move the __int_to_char instantiations to a separate file from the locale facets.

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

2014-07-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936 --- Comment #4 from Jonathan Wakely --- The __throw_range_error_fmt function added to basic_string::at() depends on locales. We could avoid that dependency when the library is configured with --disable-libstdcxx-verbose

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

2014-07-17 Thread d.v.a at ngs dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936 __vic changed: What|Removed |Added Summary|Binary code bloat with |[4.9 Regression] Binary |std::