From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16336 invoked by alias); 1 Aug 2012 14:29:38 -0000 Received: (qmail 16328 invoked by uid 22791); 1 Aug 2012 14:29:37 -0000 X-SWARE-Spam-Status: No, hits=-7.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_W,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from acsinet15.oracle.com (HELO acsinet15.oracle.com) (141.146.126.227) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 01 Aug 2012 14:29:07 +0000 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by acsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q71ET4in013176 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 1 Aug 2012 14:29:05 GMT Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q71ET4rV020920 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 1 Aug 2012 14:29:04 GMT Received: from abhmt114.oracle.com (abhmt114.oracle.com [141.146.116.66]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q71ET3qr027049; Wed, 1 Aug 2012 09:29:03 -0500 Received: from [192.168.1.4] (/79.47.211.43) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 01 Aug 2012 07:29:03 -0700 Message-ID: <50193D2D.1000106@oracle.com> Date: Wed, 01 Aug 2012 14:29:00 -0000 From: Paolo Carlini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: Peter Bergner CC: gcc-patches@gcc.gnu.org, janis_johnson@mentor.com Subject: Re: PING [PATCH] Fix PR libstdc++/54036, problem negating DFP NaNs References: <20120731174612.2f6fb986db4a93c56e9da485@vnet.ibm.com> In-Reply-To: <20120731174612.2f6fb986db4a93c56e9da485@vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2012-08/txt/msg00030.txt.bz2 Hi, On 08/01/2012 12:46 AM, Peter Bergner wrote: > I'd like to ping the following libstdc++ DFP patch that fixes PR54036: > > http://gcc.gnu.org/ml/gcc-patches/2012-07/msg00959.html I think the patch is essentially Ok, but I would recommend giving Janis a chance to comment (say 24/48 h). Note that the patch only touches libstdc++-v3 code, thus the testcases should be added to libstdc++-v3/testsuite/decimal and the patch itself was missing a CC to libstdc++@. Thanks! Paolo.