[Bug libstdc++/52015] std::to_string does not work under MinGW

manu at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Oct 23 13:06:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52015

Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manu at gcc dot gnu.org

--- Comment #12 from Manuel López-Ibáñez <manu at gcc dot gnu.org> 2012-10-23 13:05:40 UTC ---
(In reply to comment #11)
> Ping.  What is the status of this issue?  Will it ever get any resolution?

Only if someone who cares enough about this issue steps up and does the work.
That could be you: http://gcc.gnu.org/contribute.html

The patch attached here is not a proper fix, as stated by its author:

"Also as stated in an email reply sent to someone regarding gcc bug #52015,
this is not a proper MinGW patch. It can break existing programs using the
Windows versions of [v]swprintf (as it replaces them with the standard
signatures), might(?) cause problems if the functions aren't inlined, and it is
applied to post-build MinGW so it cannot be guaranteed that future libstdc++
changes won't make enabling this impossible. The patch is also missing a call
to __builtin_va_end." http://tehsausage.com/mingw-to-string



More information about the Gcc-bugs mailing list