From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113497 invoked by alias); 18 May 2017 12:15:03 -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 112640 invoked by uid 89); 18 May 2017 12:15:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=U*mliska, D*suse.cz, mliskasusecz, mliska@suse.cz X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 18 May 2017 12:15:00 +0000 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id A9424ADB0; Thu, 18 May 2017 12:15:01 +0000 (UTC) Subject: Re: [PATCH v2 3/N] Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum. To: Richard Biener Cc: Trevor Saunders , GCC Patches , Nathan Sidwell References: <668c62b5-9603-47c5-9bfe-266d0d369a1f@suse.cz> <412435ae-4a9b-99ff-cb78-cf157b778303@suse.cz> <8cca10ba-1a98-2e0d-2fbd-ce1c1c4df1c2@suse.cz> <20170506125238.dw2qg5jniyyp7ss2@ball> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Message-ID: <1fbb4514-91f1-54eb-164f-8521d82f1711@suse.cz> Date: Thu, 18 May 2017 12:37:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg01457.txt.bz2 On 05/17/2017 02:20 PM, Richard Biener wrote: > On Fri, May 12, 2017 at 3:04 PM, Martin Liška wrote: >> Third part removes TDF_* flags mentioned in the subject. These flags are used >> to enable all passes of specific type and Nathan has recently separated these >> by a new pair of macros. I hope moving these to a separate enum will help even more. >> >> Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. >> >> Ready to be installed? > > Ok with the constexpr issue solved. Thanks. I'll separate that into 2 patches, where first will extract CONSTEXPR macro to ansidecl.h. Currently running regression tests. Martin > > Thanks, > Richard. > >> Martin