From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31155 invoked by alias); 12 Jun 2019 14:36:32 -0000 Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org Received: (qmail 31145 invoked by uid 89); 12 Jun 2019 14:36:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-8.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 spammy=H*Ad:U*cgen, H*r:Gateway X-HELO: userp2120.oracle.com Received: from userp2120.oracle.com (HELO userp2120.oracle.com) (156.151.31.85) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 12 Jun 2019 14:36:31 +0000 Received: from pps.filterd (userp2120.oracle.com [127.0.0.1]) by userp2120.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x5CEXtwN058488; Wed, 12 Jun 2019 14:36:26 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : cc : subject : references : date : in-reply-to : message-id : mime-version : content-type; s=corp-2018-07-02; bh=FLquKI4NiwCLRKcDiLEOBvm4CdE15YRYq1CmoImmZGs=; b=tuu6GQVFVykyFQrcCmZvUiuhkQQ2+by71yPUAjekZ0DeZ6RiKCNtPhVfppaW6Cze8a6i 16VDoc6TisLtKkDqE78aj6b9hWGllrZY44RuFl64KbC1FUx14mGNH2JN0Gd/NlsVQE5j Cm8MaaqTmED7p9u32p/4iAOBwUA6M5LCGDd72wmDzjd46OTdIPgDZlgKD+M2vOPeTCCF FuHsL5DKRFgVjNv12uPyaECFy7KIWVsCn5YacCvisOuWdvSjEjnMMJvsjjjCSeA2u07p rW5mlRqm6h0TpDriNNrtsvvnk6Md/OGv5tcx8iMboDUgnD3VJDGWjLWWjwpE4yqJAkbD 8A== Received: from userp3020.oracle.com (userp3020.oracle.com [156.151.31.79]) by userp2120.oracle.com with ESMTP id 2t05nqutnp-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 12 Jun 2019 14:36:26 +0000 Received: from pps.filterd (userp3020.oracle.com [127.0.0.1]) by userp3020.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x5CEYosL065630; Wed, 12 Jun 2019 14:36:26 GMT Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by userp3020.oracle.com with ESMTP id 2t1jpj25wh-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 12 Jun 2019 14:36:26 +0000 Received: from abhmp0007.oracle.com (abhmp0007.oracle.com [141.146.116.13]) by userv0121.oracle.com (8.14.4/8.13.8) with ESMTP id x5CEaOiW018898; Wed, 12 Jun 2019 14:36:25 GMT Received: from termi.oracle.com (/10.175.45.94) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 12 Jun 2019 07:36:24 -0700 From: jose.marchesi@oracle.com (Jose E. Marchesi) To: Stafford Horne Cc: cgen@sourceware.org, Openrisc Subject: Re: [PATCH 0/2] CGEN unordered fpu compares + fixes References: <20190601072629.4070-1-shorne@gmail.com> <20190612131403.GE2358@lianli.shorne-pla.net> Date: Wed, 12 Jun 2019 14:36:00 -0000 In-Reply-To: <20190612131403.GE2358@lianli.shorne-pla.net> (Stafford Horne's message of "Wed, 12 Jun 2019 22:14:03 +0900") Message-ID: <878su6dg66.fsf@oracle.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-q2/txt/msg00019.txt.bz2 Did anyone have a chance to look at this? The binutils patches that require this are approved, but I rather not commit them unless this I get OK on these patches and push them. I'm not a CGEN maintainer, but FWIW both patches look good to me.