From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2737 invoked by alias); 1 Dec 2004 17:49:12 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 2676 invoked from network); 1 Dec 2004 17:49:00 -0000 Received: from unknown (HELO mail2.codesourcery.com) (66.160.135.55) by sourceware.org with SMTP; 1 Dec 2004 17:49:00 -0000 Received: (qmail 5054 invoked from network); 1 Dec 2004 17:48:54 -0000 Received: from support.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.10) by mail2.codesourcery.com with SMTP; 1 Dec 2004 17:48:54 -0000 Received: (qmail 10797 invoked from network); 1 Dec 2004 17:48:54 -0000 Received: from localhost (HELO taltos.codesourcery.com) (zack@127.0.0.1) by mail.codesourcery.com with SMTP; 1 Dec 2004 17:48:54 -0000 Received: by taltos.codesourcery.com (sSMTP sendmail emulation); Wed, 1 Dec 2004 09:48:54 -0800 To: Richard Henderson Cc: Wolfgang Bangerth , Andrew Pinski , gcc@gcc.gnu.org, rth@gcc.gnu.org Subject: Re: Mainline bootstrap failure in toplev.c References: <200412010932.02561.bangerth@ices.utexas.edu> <200412010955.59087.bangerth@ices.utexas.edu> <20041201170931.GA12839@redhat.com> <200412011118.21662.bangerth@ices.utexas.edu> <20041201172009.GC12839@redhat.com> From: Zack Weinberg Date: Wed, 01 Dec 2004 17:49:00 -0000 In-Reply-To: <20041201172009.GC12839@redhat.com> (Richard Henderson's message of "Wed, 1 Dec 2004 09:20:09 -0800") Message-ID: <87oehdkiyh.fsf@codesourcery.com> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-12/txt/msg00064.txt.bz2 Richard Henderson writes: > On Wed, Dec 01, 2004 at 11:18:21AM -0600, Wolfgang Bangerth wrote: >> The question remains as to what to do on systems with headers that >> some people describe with words I dare not repeat here? > > Fixinclude them. Uh, why is linux/compiler.h getting dragged into the compilation of a user space program in the first place? (That definition of inline is not appropriate for anything other than the kernel - in fact I don't think it's appropriate for the kernel, but that's an unrelated can of worms.) zw