[Bug libstdc++/21334] Lack of Posix compliant thread safety in std::basic_string

glisse at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed May 30 21:56:00 GMT 2012


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

Marc Glisse <glisse at gcc dot gnu.org> changed:

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

--- Comment #43 from Marc Glisse <glisse at gcc dot gnu.org> 2012-05-30 19:38:12 UTC ---
(In reply to comment #42)
> I would like to propose a patch that should solve this problem.

Note that there are plans to ditch the current implementation of basic_string
in the future (4.9?), replacing it with the code in ext/vstring.h.

> How can I propose the patch?

http://gcc.gnu.org/contribute.html

(in short:
* sign the contributor agreement if your patch is more than a couple lines
* post your patch to the gcc-patches *and* libstdc++ mailing lists)



More information about the Gcc-bugs mailing list