From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28234 invoked by alias); 13 Sep 2004 11:07:06 -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 28067 invoked from network); 13 Sep 2004 11:07:05 -0000 Received: from unknown (HELO psmtp.com) (12.158.35.212) by sourceware.org with SMTP; 13 Sep 2004 11:07:05 -0000 Received: from source ([192.150.22.7]) by exprod6ob2.obsmtp.com ([12.158.35.250]) with SMTP; Mon, 13 Sep 2004 04:07:01 PDT Received: from inner-relay-1.corp.adobe.com (inner-relay-1 [153.32.1.51]) by smtp-relay-7.sea.adobe.com (8.12.10/8.12.10) with ESMTP id i8DB6xNf021001; Mon, 13 Sep 2004 04:06:59 -0700 (PDT) Received: from iplan-mn (iplan-mn.corp.adobe.com [130.248.25.5]) by inner-relay-1.corp.adobe.com (8.12.9/8.12.9) with ESMTP id i8DB6wTk013546; Mon, 13 Sep 2004 04:06:59 -0700 (PDT) Received: from mn-eljay-a51m.adobe.com ([130.248.178.78]) by iplan-mn.corp.adobe.com (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I3Z00LDP87K1R@iplan-mn.corp.adobe.com>; Mon, 13 Sep 2004 06:06:58 -0500 (CDT) Date: Mon, 13 Sep 2004 11:07:00 -0000 From: Eljay Love-Jensen Subject: Re: complex.h In-reply-to: <20040913042902.7546.qmail@web52906.mail.yahoo.com> X-Sender: eljay@iplan-mn.corp.adobe.com To: Ankit Jain , linux prg Cc: gcc Message-id: <6.1.2.0.2.20040913060344.01f77ec0@iplan-mn.corp.adobe.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <20040913042902.7546.qmail@web52906.mail.yahoo.com> X-SW-Source: 2004-09/txt/msg00107.txt.bz2 Hi Ankit, RH/GCC 2.96 came out before the 1999 version the C standard, and the 1998 version of the C++ standard. >so will it matter on portability of the program? Depends what you want to be portable to. 1989 version of C? Coalescing (pre-1998) version of C++? --Eljay