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: [tree-ssa] Virtual operands of &a[1]?


Hello,

> > Is it correct to assume that
> > anything inside ADDR_EXPR never creates VUSEs?
> > 
> No.  &VAR.FIELD[i] should create a use for 'i'.  You could in this case,
> but you have to be careful in the general case.

OK.  Is there some specification of what exactly may be a gimple
expression somewhere?  There is something in tree-simple.c, but it
is inaccurate and outdated.

Zdenek


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