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: LTO reader support for MEMORY_PARTITION_TAG


Kenneth Zadeck wrote:

> now that we can compile, i will start looking inside today.

At present, lto_read_function_body doesn't set DECL_SAVED_TREE for the
function body, so there's nothing for the back end to even try to
output.  It doesn't look to me like we've got code to try to read that
back in at this point.  Would you care to take a try at that?

Thanks,

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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