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]?


On Wed, 2003-11-26 at 07:58, Zdenek Dvorak wrote:

> 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.


Diego.


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