This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Move C_DECL_FILE_SCOPE to tree.h
- From: Geoff Keating <geoffk at geoffk dot org>
- To: Richard Henderson <rth at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: 31 Aug 2003 12:53:54 -0700
- Subject: Re: Move C_DECL_FILE_SCOPE to tree.h
- References: <20030829215844.GA24603@redhat.com>
Richard Henderson <rth@redhat.com> writes:
> I'll shortly need this in code generic to all functions-as-trees languages.
Could you explain more what you mean by 'file scope'? Scopes are a
language-specific property, as are files. I hope we're not limiting
functions-as-trees to work only on languages that look like C.
--
- Geoffrey Keating <geoffk@geoffk.org>