From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13861 invoked by alias); 2 Aug 2012 13:56:10 -0000 Received: (qmail 13853 invoked by uid 22791); 2 Aug 2012 13:56:08 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mx1.corp.phx1.mozilla.com (HELO smtp.mozilla.org) (63.245.216.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Aug 2012 13:55:55 +0000 Received: from localhost (cpe-107-10-247-225.indy.res.rr.com [107.10.247.225]) (Authenticated sender: nfroyd@mozilla.com) by mx1.mail.corp.phx1.mozilla.com (Postfix) with ESMTPSA id 62A36F2311; Thu, 2 Aug 2012 06:55:54 -0700 (PDT) Date: Thu, 02 Aug 2012 13:56:00 -0000 From: Nathan Froyd To: Marc Glisse Cc: Richard Guenther , gcc-patches@gcc.gnu.org Subject: Re: ORDERED_EXPR in invert_tree_comparison Message-ID: <20120802135351.GD14463@cerebro.indy.rr.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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/msg00101.txt.bz2 On Thu, Aug 02, 2012 at 02:48:08PM +0200, Marc Glisse wrote: > I am redoing the bootstrap+regtest, then I'll commit if I don't hear > protests about the testcase. > > gcc/ChangeLog > 2012-06-15 Marc Glisse > > PR tree-optimization/53805 > * fold-const.c (invert_tree_comparison): Do invert ORDERED_EXPR and > UNORDERED_EXPR for floating point. Minor protest about the ChangeLog: I think you mean "Do _not_ invert..." -Nathan