From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22027 invoked by alias); 25 Jul 2007 11:17:23 -0000 Received: (qmail 22019 invoked by uid 22791); 25 Jul 2007 11:17:22 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 25 Jul 2007 11:17:20 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id CE81B98301; Wed, 25 Jul 2007 11:17:19 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id A3475982BA; Wed, 25 Jul 2007 11:17:19 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1IDerl-0001xT-3X; Wed, 25 Jul 2007 07:17:17 -0400 Date: Wed, 25 Jul 2007 11:21:00 -0000 From: Daniel Jacobowitz To: Ben Elliston Cc: gcc-patches@gcc.gnu.org Subject: Re: PATCH: eliminate warnings from c-opts.c Message-ID: <20070725111716.GA7240@caradoc.them.org> Mail-Followup-To: Ben Elliston , gcc-patches@gcc.gnu.org References: <1185053238.32204.12.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1185053238.32204.12.camel@localhost> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes 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 X-SW-Source: 2007-07/txt/msg01810.txt.bz2 On Sun, Jul 22, 2007 at 07:27:18AM +1000, Ben Elliston wrote: > While I was at it, I found the internals manual contained a FIXME > comment about the tm_p.h header that doesn't seem right to me: > > FIXME: why is such a separate header necessary? > > Unless I'm mistaken, it is done this way so that GCC sources can include > an independently named "tm_p.h" without needing to know the name of the > -protos.h header. However, this seems too obvious, so I > suspect I'm wrong. :-) I think the question is relative to tm.h (and it has something to do with which files include one and not the other). -- Daniel Jacobowitz CodeSourcery