From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11358 invoked by alias); 19 May 2011 12:55:56 -0000 Received: (qmail 11348 invoked by uid 22791); 19 May 2011 12:55:55 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-qy0-f182.google.com (HELO mail-qy0-f182.google.com) (209.85.216.182) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 May 2011 12:55:40 +0000 Received: by qyk27 with SMTP id 27so1587671qyk.20 for ; Thu, 19 May 2011 05:55:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.63.74 with SMTP id a10mr2317307qci.232.1305809739726; Thu, 19 May 2011 05:55:39 -0700 (PDT) Received: by 10.229.33.209 with HTTP; Thu, 19 May 2011 05:55:39 -0700 (PDT) In-Reply-To: <20110519125254.GM17079@tyan-ft48-01.lab.bos.redhat.com> References: <20110519125254.GM17079@tyan-ft48-01.lab.bos.redhat.com> Date: Thu, 19 May 2011 13:20:00 -0000 Message-ID: Subject: Re: [patch tree-ssa-reassoc.c]: Better reassoication for comparision and boolean-logic From: Kai Tietz To: Jakub Jelinek Cc: GCC Patches , Richard Guenther Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2011-05/txt/msg01375.txt.bz2 2011/5/19 Jakub Jelinek : > On Thu, May 19, 2011 at 02:48:08PM +0200, Kai Tietz wrote: >> ChangeLog >> >> =A0 =A0 =A0 * gcc.dg/binop-tand1.c >> =A0 =A0 =A0 * gcc.dg/binop-tand2.c >> =A0 =A0 =A0 * gcc.dg/binop-tand3.c >> =A0 =A0 =A0 * gcc.dg/binop-tand4.c >> =A0 =A0 =A0 * gcc.dg/binop-tor1.c >> =A0 =A0 =A0 * gcc.dg/binop-tor2.c >> =A0 =A0 =A0 * gcc.dg/binop-tor3.c >> =A0 =A0 =A0 * gcc.dg/binop-tor4.c >> =A0 =A0 =A0 * gcc.dg/binop-tor5.c > > The testsuite ChangeLog entry is wrong, should have > : New test. > at the end of each line... > > =A0 =A0 =A0 =A0Jakub Ups missed, this was a paste & cut issue. Correct it in my safe. Thanks, Kai