[Bug libstdc++/61580] stoi function unknown on W7/Cygwin/x86_64

2017-01-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61580 Jonathan Wakely changed: What|Removed |Added CC||keith.marshall at mailinator dot c

[Bug libstdc++/61580] stoi function unknown on W7/Cygwin/x86_64

2015-11-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61580 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/61580] stoi function unknown on W7/Cygwin/x86_64

2015-11-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61580 --- Comment #4 from Jonathan Wakely --- Author: redi Date: Fri Nov 13 14:51:25 2015 New Revision: 230324 URL: https://gcc.gnu.org/viewcvs?rev=230324&root=gcc&view=rev Log: More fine-grained autoconf checks for C99 library 2015-11-13 Jennifer Y

[Bug libstdc++/61580] stoi function unknown on W7/Cygwin/x86_64

2015-04-21 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61580 --- Comment #3 from Jonathan Wakely --- The problem in this case is that newlib only defines C99 functions for C99 or C++11, but the _GLIBCXX_USE_C99 tests in acinclude.m4 are compiled with -std=gnu++98. As discussed previously (on the mailing l

[Bug libstdc++/61580] stoi function unknown on W7/Cygwin/x86_64

2015-04-21 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61580 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/61580] stoi function unknown on W7/Cygwin/x86_64

2014-12-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61580 --- Comment #1 from Jonathan Wakely --- This is similar to PR 58393, it's due to using a single _GLIBCXX_USE_C99 macro instead of more fine-grained tests for specific features.