From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32196 invoked by alias); 23 Jan 2015 09:10:59 -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 32184 invoked by uid 89); 23 Jan 2015 09:10:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx2.suse.de Received: from cantor2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Fri, 23 Jan 2015 09:10:53 +0000 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id B6633ACE3; Fri, 23 Jan 2015 09:10:50 +0000 (UTC) Date: Fri, 23 Jan 2015 10:14:00 -0000 From: Richard Biener To: Prathamesh Kulkarni cc: Eric Botcazou , gcc Patches , Michael Collison , Andrew MacLeod Subject: Re: flatten expr.h (version 2) In-Reply-To: Message-ID: References: <3450002.mYNjilJ0dL@polaris> User-Agent: Alpine 2.11 (LSU 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2015-01/txt/msg02087.txt.bz2 On Fri, 23 Jan 2015, Prathamesh Kulkarni wrote: > On 21 January 2015 at 23:18, Eric Botcazou wrote: > >> Thanks. I had wrongly made eliminate_constant_term() static, reverted > >> that change and it builds on > >> all targets in config-list.mk. > >> Committed as r219655 (hopefully nothing breaks!). > > > > Any particular reason why store_bit_field, extract_bit_field, extract_low_bits > > expand_mult and expand_mult_highpart_adjust are declared in emit-rtl.h? > Thanks, moved them to expmed.h. > Boostrapped on x86_64-unknown-linux-gnu with languages: all, testing > in progress. > Build on all targets in config-list.mk in progress. > Assuming it goes fine, OK to commit ? Ok. Thanks, Richard.