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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936
--- Comment #34 from __vic ---
Fixed in 7.1.
Shouldn't we close this bug?
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936
--- Comment #32 from Jonathan Wakely ---
Good catch, thanks
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
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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936
Jeffrey A. Law changed:
What|Removed |Added
CC||law at redhat dot com
Summar