This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Move C_DECL_FILE_SCOPE to tree.h


On Sun, Aug 31, 2003 at 12:53:54PM -0700, Geoff Keating wrote:
> 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.

If and when some other language is added to gcc that has a 
different sort of scopeness than C, we can add a lang hook
to deal with it.  Until then it's sort of pointless.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]