https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936
--- Comment #15 from Jonathan Wakely ---
It hasn't, but I'll do it for GCC 6 so people who care about the resulting size
can use the non-verbose option
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #14
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936
--- Comment #13 from Jonathan Wakely ---
Created attachment 35575
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35575&action=edit
Lightweight __throw_out_of_range_fmt for non-verbose builds
This is what I had in mind.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936
Markus Eisenmann changed:
What|Removed |Added
CC||meisenmann.lba@fh-salzburg.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936
--- Comment #11 from __vic ---
Main problem hides in src/c++11/cow-string-inst.cc here:
namespace std _GLIBCXX_VISIBILITY(default)
{
_GLIBCXX_BEGIN_NAMESPACE_VERSION
// These came from c++98/misc-inst.cc, repeat them for COW string
// strin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936
--- Comment #10 from __vic ---
What brings new dependences on locales?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936
--- Comment #9 from __vic ---
For 4.9 this change was enough for me:
--- libstdc++-v3/src/c++11/functexcept.cc2014-01-03 02:30:10.0
+0400
+++ libstdc++-v3/src/c++11/functexcept.cc2014-11-06 18:40:20.0
+0300
@@ -89,6 +89,7