From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30939 invoked by alias); 3 May 2005 10:39:25 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 30869 invoked by uid 48); 3 May 2005 10:39:14 -0000 Date: Tue, 03 May 2005 10:39:00 -0000 Message-ID: <20050503103914.30868.qmail@sourceware.org> From: "pcarlini at suse dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050502114518.21334.jkanze@cheuvreux.com> References: <20050502114518.21334.jkanze@cheuvreux.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/21334] Lack of Posix compliant thread safety in std::basic_string X-Bugzilla-Reason: CC X-SW-Source: 2005-05/txt/msg00391.txt.bz2 List-Id: ------- Additional Comments From pcarlini at suse dot de 2005-05-03 10:39 ------- In exceptions, I'm tempted to use something very simple, a fixed-size buffer, as in STLPort, but that is the typical change affecting the ABI :( -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21334