From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28357 invoked by alias); 13 Aug 2012 22:15:33 -0000 Received: (qmail 28338 invoked by uid 22791); 13 Aug 2012 22:15:32 -0000 X-SWARE-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from e2.ny.us.ibm.com (HELO e2.ny.us.ibm.com) (32.97.182.142) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 13 Aug 2012 22:15:12 +0000 Received: from /spool/local by e2.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 13 Aug 2012 18:15:08 -0400 Received: from d01dlp02.pok.ibm.com (9.56.250.167) by e2.ny.us.ibm.com (192.168.1.102) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 13 Aug 2012 18:14:46 -0400 Received: from d01relay05.pok.ibm.com (d01relay05.pok.ibm.com [9.56.227.237]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id 690686E803A; Mon, 13 Aug 2012 18:14:46 -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 q7DMEj5Q165754; Mon, 13 Aug 2012 18:14:45 -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 q7DMEj4s017970; Mon, 13 Aug 2012 18:14:45 -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 q7DMEiKN017925; Mon, 13 Aug 2012 18:14:44 -0400 Date: Mon, 13 Aug 2012 22:15:00 -0000 From: Peter Bergner To: Paolo Carlini Cc: Janis Johnson , gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: Re: PING [PATCH] Fix PR libstdc++/54036, problem negating DFP NaNs Message-Id: <20120813171443.22b1ea378dcd801a098ca372@vnet.ibm.com> In-Reply-To: <501B99D9.4020306@oracle.com> References: <20120731174612.2f6fb986db4a93c56e9da485@vnet.ibm.com> <50193D2D.1000106@oracle.com> <50194A40.8010505@mentor.com> <20120801185335.1b381d653a911b8c0d5b9ec4@vnet.ibm.com> <501A4A2A.6090808@oracle.com> <20120803000059.52337dce6ecbb94a42534bc5@vnet.ibm.com> <501B99D9.4020306@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Content-Scanned: Fidelis XPS MAILER x-cbid: 12081322-5112-0000-0000-00000B08D2D7 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/msg00831.txt.bz2 On 08/03/2012 11:28:57 +0200 Paolo Carlini wrote: > No problem ;) Patch is Ok, thanks! Hi Paolo, I see you committed the patch for me. Thanks!! I literally posted that last patch just minutes before heading out on vacation and didn't want to commit it just before I left in case it caused any fallout. Thanks again for your reviews and committing the patch for me! Peter