From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3549 invoked by alias); 26 Nov 2001 20:58:11 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 3383 invoked from network); 26 Nov 2001 20:58:06 -0000 Received: from unknown (HELO dot.cygnus.com) (205.180.230.224) by hostedprojects.ges.redhat.com with SMTP; 26 Nov 2001 20:58:06 -0000 Received: (from rth@localhost) by dot.cygnus.com (8.11.2/8.11.2) id fAQKveh20377; Mon, 26 Nov 2001 12:57:40 -0800 X-Authentication-Warning: dot.cygnus.com: rth set sender to rth@redhat.com using -f Date: Thu, 15 Nov 2001 18:28:00 -0000 From: Richard Henderson To: Neil Booth Cc: gcc-patches@gcc.gnu.org Subject: Re: RFA: More initialization cleanup Message-ID: <20011126125739.A19823@redhat.com> Mail-Followup-To: Richard Henderson , Neil Booth , gcc-patches@gcc.gnu.org References: <20011119192559.A816@daikokuya.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011119192559.A816@daikokuya.demon.co.uk>; from neil@daikokuya.demon.co.uk on Mon, Nov 19, 2001 at 07:25:59PM +0000 X-SW-Source: 2001-11/txt/msg01044.txt.bz2 On Mon, Nov 19, 2001 at 07:25:59PM +0000, Neil Booth wrote: > c_post_options () > { > + c_common_post_options (); > } Why bother with this function at all? Just put c_common_post_options as the language hook. Likewise for the other languages. Otherwise ok. r~ From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Henderson To: Neil Booth Cc: gcc-patches@gcc.gnu.org Subject: Re: RFA: More initialization cleanup Date: Mon, 26 Nov 2001 12:58:00 -0000 Message-ID: <20011126125739.A19823@redhat.com> References: <20011119192559.A816@daikokuya.demon.co.uk> X-SW-Source: 2001-11/msg01750.html Message-ID: <20011126125800.XFYGXecxgoAiAejbowqbSr2xguMqQIZX2uFtouStECI@z> On Mon, Nov 19, 2001 at 07:25:59PM +0000, Neil Booth wrote: > c_post_options () > { > + c_common_post_options (); > } Why bother with this function at all? Just put c_common_post_options as the language hook. Likewise for the other languages. Otherwise ok. r~