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][RFC] Fix PR26421, improve find_used_portions


> Hmm right.
> 
> > The statement 
> > 
> > >   addr.44_7 = &va_arg_tmp.41;
> > 
> > Should have caused it to mark the entire variable as used, no?
> 
> Yes, but only implicitly (though I don't remember what was the
> difference later in SFT creation for implicit/explicit uses).
> 

The portion that is used is used, the only thing implicit/explicit
matters for is whether we decide to create sfts or not
> Richard.
> 


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