From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1319 invoked by alias); 31 Jul 2012 22:47:16 -0000 Received: (qmail 1305 invoked by uid 22791); 31 Jul 2012 22:47:15 -0000 X-SWARE-Spam-Status: No, hits=-4.1 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from e6.ny.us.ibm.com (HELO e6.ny.us.ibm.com) (32.97.182.146) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 31 Jul 2012 22:47:02 +0000 Received: from /spool/local by e6.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 31 Jul 2012 18:46:58 -0400 Received: from d01dlp01.pok.ibm.com (9.56.250.166) by e6.ny.us.ibm.com (192.168.1.106) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 31 Jul 2012 18:46:18 -0400 Received: from d01relay05.pok.ibm.com (d01relay05.pok.ibm.com [9.56.227.237]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 0A19838C803B for ; Tue, 31 Jul 2012 18:46:15 -0400 (EDT) Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q6VMkEM1349412 for ; Tue, 31 Jul 2012 18:46:14 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q6VMkEMU023826 for ; Tue, 31 Jul 2012 18:46:14 -0400 Received: from otta (vorma.rchland.ibm.com [9.10.86.174]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with SMTP id q6VMkDHI023797; Tue, 31 Jul 2012 18:46:13 -0400 Date: Tue, 31 Jul 2012 23:17:00 -0000 From: Peter Bergner To: gcc-patches@gcc.gnu.org Cc: Jason Merrill Subject: PING [PATCH] Fix PR libstdc++/54036, problem negating DFP NaNs Message-Id: <20120731174612.2f6fb986db4a93c56e9da485@vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Content-Scanned: Fidelis XPS MAILER x-cbid: 12073122-1976-0000-0000-00000FB657B9 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-07/txt/msg01596.txt.bz2 I'd like to ping the following libstdc++ DFP patch that fixes PR54036: http://gcc.gnu.org/ml/gcc-patches/2012-07/msg00959.html Peter