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 4/5] Downgrade value_expr_for_decl to non-cache


Hi,

On Wed, 15 Jul 2015, Michael Matz wrote:

> Similar for "ptr->foo" if "ptr" is nowhere mentioned in code or tables.  
> In effect DECL_VALUE_EXPR refers to stale decls that aren't initialized, 
> aren't given a place and aren't dealt with in code.

Or, maybe we're talking past each other.  You mean the case where 
complicated-expr-on-Y is the value-expr, and Y is _no_ stale decl, but the 
complicated expr itself nevertheless is mentioned nowhere else?  Yes, 
those trees must be retained, I was only talking about the stale-decl 
cases.


Ciao,
Michael.


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