This is the mail archive of the gcc@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: Existing tree functionality?


On Thu, Jul 07, 2005 at 12:40:11PM -0400, Michael Tegtmeyer wrote:

> In bar, 'i' is not global but is not passed in via arguments either. 
> referenced_vars contains the 'this' ptr. Is there anything existing that 
> will obtain 'i' as an external variable w.r.t. bar?
> 
'i' is not a standalone variable, it's a field of struct foo.
'this' is a PARM_DECL.  'this->i' is external to bar.


Diego.


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