From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72587 invoked by alias); 2 Jun 2015 16:52:20 -0000 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 Received: (qmail 72569 invoked by uid 89); 2 Jun 2015 16:52:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 02 Jun 2015 16:52:19 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id C77DA8E3D2; Tue, 2 Jun 2015 16:52:17 +0000 (UTC) Received: from localhost.localdomain (ovpn-113-154.phx2.redhat.com [10.3.113.154]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t52GqHkq014122; Tue, 2 Jun 2015 12:52:17 -0400 Message-ID: <556DDF41.9080604@redhat.com> Date: Tue, 02 Jun 2015 17:01:00 -0000 From: Jeff Law User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Bernhard Reutner-Fischer CC: GCC Patches Subject: Re: [RFA] Factor conversion out of COND_EXPR using match.pd pattern References: <55693B23.4000007@redhat.com> <1C6530A8-DBC9-4CF6-AA9A-576CE14152B0@gmail.com> In-Reply-To: <1C6530A8-DBC9-4CF6-AA9A-576CE14152B0@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00221.txt.bz2 On 05/30/2015 02:33 AM, Bernhard Reutner-Fischer wrote: > On May 30, 2015 6:22:59 AM GMT+02:00, Jeff Law wrote: > > +/* { dg-final { cleanup-tree-dump "original" } } */ > > Please drop this cleanup dg-final, trunk now does this automatically. Yea, figured that'd need to be fixed up after your cleanups. Thanks, jeff