[Bug libstdc++/77459] [6 Regression] undefined reference to `snprintf' when building mingw-w64 cross-compiler

2016-12-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77459 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/77459] [6 Regression] undefined reference to `snprintf' when building mingw-w64 cross-compiler

2016-12-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77459 --- Comment #13 from Jonathan Wakely --- Author: redi Date: Thu Dec 8 12:40:58 2016 New Revision: 243435 URL: https://gcc.gnu.org/viewcvs?rev=243435&root=gcc&view=rev Log: PR77459 avoid snprintf for debug mode diagnostics Backport from mainlin

[Bug libstdc++/77459] [6 Regression] undefined reference to `snprintf' when building mingw-w64 cross-compiler

2016-12-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77459 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/77459] [6 Regression] undefined reference to `snprintf' when building mingw-w64 cross-compiler

2016-11-28 Thread gk at torproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77459 --- Comment #11 from Georg Koppen --- (In reply to Jakub Jelinek from comment #10) > Assuming r242055 fixed it then. Yes, that issue is not showing up anymore when compiling with r242055.

[Bug libstdc++/77459] [6 Regression] undefined reference to `snprintf' when building mingw-w64 cross-compiler

2016-11-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77459 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org Summ