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: [PATCH] C++/DWARF : Add 'using' support


On Thu, 11 Dec 2003 21:47:07 -0500, Daniel Berlin <dberlin@dberlin.org> wrote:

>>         (force_namespace_die): Replace it with ...
>>         (force_decl_die): ... this.

> This is what i had in one of my patches (force_decl_die for forcing
> namespaces), and Jason had me rename it to force_namespace_die.

Because it was forcing out the namespace context for a decl.  In this case,
the affected function can be used to get a DIE for an arbitrary decl or die
trying; Devang's patch causes us to use this for things other than
namespaces--thus the name change.

Jason


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