On Mon, 2017-01-16 at 15:04 -0700, Jeff Law wrote: > On 01/09/2017 07:38 PM, David Malcolm wrote: > > gcc/ChangeLog: > > * read-md.c (md_reader::read_char): Support filtering > > the input to a subset of line numbers. > > (md_reader::md_reader): Initialize fields > > m_first_line and m_last_line. > > (md_reader::read_file_fragment): New function. > > * read-md.h (md_reader::read_file_fragment): New decl. > > (md_reader::m_first_line): New field. > > (md_reader::m_last_line): New field. > > * read-rtl-function.c (function_reader::create_function): Only > > create cfun if it doesn't already exist. Set PROP_rtl on > > cfun's > > curr_properties. Set DECL_INITIAL to a dummy block. > > (read_rtl_function_body_from_file_range): New function. > > * read-rtl-function.h (read_rtl_function_body_from_file_range): > > New decl. > OK. > > So what's left?
Thanks; I believe patches 9a-b, 9d, and 9g-9j are approved. Patches 9c, 9e and 9f need work. Am looking at them now. Dave