From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20027 invoked by alias); 6 Dec 2004 17:26:00 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 19992 invoked from network); 6 Dec 2004 17:25:56 -0000 Received: from unknown (HELO igw2.watson.ibm.com) (129.34.20.6) by sourceware.org with SMTP; 6 Dec 2004 17:25:56 -0000 Received: from sp1n293en1.watson.ibm.com (sp1n293en1.watson.ibm.com [129.34.20.41]) by igw2.watson.ibm.com (8.11.7-20030924/8.11.4) with ESMTP id iB6HPV3115928; Mon, 6 Dec 2004 12:25:31 -0500 Received: from sp1n293en1.watson.ibm.com (localhost [127.0.0.1]) by sp1n293en1.watson.ibm.com (8.11.7-20030924/8.11.7/01-14-2004_2) with ESMTP id iB6HPqB53178; Mon, 6 Dec 2004 12:25:53 -0500 Received: from makai.watson.ibm.com (makai.watson.ibm.com [9.2.216.144]) by sp1n293en1.watson.ibm.com (8.11.7-20030924/8.11.7/01-14-2004_1) with ESMTP id iB6HPqA53176; Mon, 6 Dec 2004 12:25:52 -0500 Received: from watson.ibm.com (localhost [127.0.0.1]) by makai.watson.ibm.com (AIX5.1/8.11.6p2/8.11.0/03-06-2002) with ESMTP id iB6HPqD29606; Mon, 6 Dec 2004 12:25:52 -0500 Message-Id: <200412061725.iB6HPqD29606@makai.watson.ibm.com> To: "Ciorecan Marius" cc: gcc@gcc.gnu.org Subject: Re: Multithreading problems In-Reply-To: Message from "Ciorecan Marius" of "Mon, 06 Dec 2004 17:38:49 +0200." <716743551F8B3E47BAF3D1DABF12DA1E308CAF@srv-ex2000.tm.ssi> References: <716743551F8B3E47BAF3D1DABF12DA1E308CAF@srv-ex2000.tm.ssi> Date: Mon, 06 Dec 2004 17:26:00 -0000 From: David Edelsohn X-SW-Source: 2004-12/txt/msg00256.txt.bz2 "GCC 2.9-aix" is a very old and non-standard version of GCC that was not released or supported by the GCC Project. Separately, there are continuing efforts to make libstdc++ interaction with the underlying operating system and libraries of target systems thread safe. David