From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28648 invoked by alias); 18 Jun 2004 23:25:51 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 28631 invoked from network); 18 Jun 2004 23:25:48 -0000 Received: from unknown (HELO smtp-relay-7.sea.adobe.com) (192.150.22.7) by sourceware.org with SMTP; 18 Jun 2004 23:25:48 -0000 Received: from inner-relay-3.corp.adobe.com (inner-relay-3 [153.32.251.51]) by smtp-relay-7.sea.adobe.com (8.12.10/8.12.10) with ESMTP id i5INPj9H002752; Fri, 18 Jun 2004 16:25:45 -0700 (PDT) Received: from iplan-mn (iplan-mn.corp.adobe.com [130.248.25.5]) by inner-relay-3.corp.adobe.com (8.12.9/8.12.9) with ESMTP id i5INPikq013684; Fri, 18 Jun 2004 16:25:45 -0700 (PDT) Received: from mn-eljayet.adobe.com ([130.248.178.87]) by iplan-mn.corp.adobe.com (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0HZJ00LLR2ETQZ@iplan-mn.corp.adobe.com>; Fri, 18 Jun 2004 18:25:43 -0500 (CDT) Date: Fri, 18 Jun 2004 23:25:00 -0000 From: Eljay Love-Jensen Subject: Re: incompatibility between g++ and vc++: Mutex In-reply-to: X-Sender: eljay@iplan-mn.corp.adobe.com To: Vincent Torri , gcc-help@gcc.gnu.org Message-id: <6.1.1.1.0.20040618182446.021ff800@iplan-mn.corp.adobe.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <"32824.::ffff:24.250.169.187.1087364471.squirrel"@webmail.nerim.net> X-SW-Source: 2004-06/txt/msg00196.txt.bz2 Hi Vincent, Could you provide a short, compilable example that reproduced the problem? (Compilable on VC++, but produces the error on GCC, of course.) Are you using the /Za switch on VC++? (To make VC++ more ANSI compliant.) Thanks, --Eljay