From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23266 invoked by alias); 30 Jan 2004 00:23:35 -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 23214 invoked from network); 30 Jan 2004 00:23:34 -0000 Received: from unknown (HELO mail4.tpgi.com.au) (203.12.160.61) by sources.redhat.com with SMTP; 30 Jan 2004 00:23:34 -0000 Received: from tpgi.com.au (203-219-88-176-per-pow-ts1-2600.tpgi.com.au [203.219.88.176]) by mail4.tpgi.com.au (8.12.10/8.12.10) with ESMTP id i0U0NRJP018712; Fri, 30 Jan 2004 11:23:32 +1100 Message-ID: <4019A3FF.9000600@tpgi.com.au> Date: Fri, 30 Jan 2004 00:26:00 -0000 From: Jonathan Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20030925 MIME-Version: 1.0 To: "Edward S. Peschko" , gcc@gcc.gnu.org Subject: Re: open watcom compiling gcc on win32 References: <20040127073509.GB10278@mdssdev05.comp.pge.com> <20040127183526.GA11059@mdssdev05.comp.pge.com> <20040129232602.GA14941@mdssdev05.comp.pge.com> In-Reply-To: <20040129232602.GA14941@mdssdev05.comp.pge.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TPG-Antivirus: Passed X-SW-Source: 2004-01/txt/msg02231.txt.bz2 I believe what you are asking for is support for the visual C++ ABI in GCC. Not that I know much about GCC but from what I have heard, there are things in GCC that make it harder to implement and things in Open Watcom that make it easier to implement. Just as an aside, I was trying to add Thread Local Storage (i.e. the __thread keyword from visual C++) to GCC and I was unable to implement it because I was unable to figure out the correct RTL and other code to add.