Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 78690 invoked from network); 18 Oct 2007 16:39:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Oct 2007 16:39:28 -0000 Received: (qmail 7171 invoked by uid 500); 18 Oct 2007 16:39:16 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 7109 invoked by uid 500); 18 Oct 2007 16:39:16 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 7098 invoked by uid 99); 18 Oct 2007 16:39:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 09:39:16 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 16:39:19 +0000 Received: from qxvcexch01.ad.quovadx.com ([192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l9IGcHjI025583 for ; Thu, 18 Oct 2007 16:38:17 GMT Received: from [10.70.3.143] ([10.70.3.143]) by qxvcexch01.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 18 Oct 2007 10:38:48 -0600 Message-ID: <47178C22.9090707@roguewave.com> Date: Thu, 18 Oct 2007 10:38:58 -0600 From: Martin Sebor User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: [PATCH] __rw_dbl_infinity ABI change with MSVC References: <47177102.5080208@roguewave.com> <7BDB2168BEAEF14C98F1901FD2DE64380117E9BE@epmsa009.minsk.epam.com> In-Reply-To: <7BDB2168BEAEF14C98F1901FD2DE64380117E9BE@epmsa009.minsk.epam.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Oct 2007 16:38:48.0980 (UTC) FILETIME=[5BF02540:01C811A5] X-Virus-Checked: Checked by ClamAV on apache.org Travis, while testing your updated patch, I wonder if it would be possible to quickly and easily fix STDCXX-509 even for MSVC in a binary compatible way by using #pragma init_seg to initialize the constants before any user-defined objects? http://msdn2.microsoft.com/en-us/library/7977wcck(VS.71).aspx http://msdn2.microsoft.com/en-us/library/7977wcck(VS.80).aspx Martin Farid Zaripov wrote: >> -----Original Message----- >> From: Martin Sebor [mailto:sebor@roguewave.com] >> Sent: Thursday, October 18, 2007 5:43 PM >> To: stdcxx-dev@incubator.apache.org >> Subject: Re: [PATCH] __rw_dbl_infinity ABI change with MSVC >> >> Thanks! >> >> Farid, does this patch look okay to you? > > The patch looks good, but I can't apply it to the HEAD revision of the > 4.2.0 branch. > Seem that patch created with previous revision. > > Farid.