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] Enable Ada bootstrap with LTO


> I suppose we re-gimplify the INDIRECT_REFs, but it would be better to
> generate MEM_REFs in the first place - just check for MEM_REF and
> use build_simple_mem_ref.

No, the INDIRECT_REFs present in DECL_VALUE_EXPRs aren't re-gimplified so they 
reach tree-nested.c, go through it and are rematerialized during LTRANS.

-- 
Eric Botcazou


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