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

2017-09-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936 --- Comment #36 from Jonathan Wakely --- Author: redi Date: Mon Sep 18 12:57:05 2017 New Revision: 252925 URL: https://gcc.gnu.org/viewcvs?rev=252925&root=gcc&view=rev Log: PR libstdc++/60936 reduce coupling between objects in libstdc++.a Backp

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

2017-08-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936 --- Comment #35 from Richard Biener --- We keep regression bugs open until all maintained branches close to be able to correctly set known-to-fail

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

2017-08-21 Thread d.v.a at ngs dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936 --- Comment #34 from __vic --- Fixed in 7.1. Shouldn't we close this bug?

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

2017-02-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936 --- Comment #33 from Jonathan Wakely --- Author: redi Date: Thu Feb 16 12:06:28 2017 New Revision: 245505 URL: https://gcc.gnu.org/viewcvs?rev=245505&root=gcc&view=rev Log: PR libstdc++/60936 fix length calculation PR libstdc++/60936

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

2017-02-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936 --- Comment #32 from Jonathan Wakely --- Good catch, thanks

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

2017-02-16 Thread meisenmann....@fh-salzburg.ac.at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936 --- Comment #31 from Markus Eisenmann --- Hi! There's a minor failure in the (patched) function __concat_size_t (within snprintf_lite.cc): size_t __len = __out - __cs; Calculates the remaining/unsused characters in the buffer __cs! Therefore t

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

2017-02-14 Thread d.v.a at ngs dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936 --- Comment #30 from __vic --- Excellent job, Jonathan! With gcc-7-20170212 the binaries are slim again.

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

2017-02-14 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com Summar