Re: [PATCH 9g] Extend .md and RTL parsing to support being wired up to cc1

2017-01-16 Thread David Malcolm
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 an

Re: [PATCH 9g] Extend .md and RTL parsing to support being wired up to cc1

2017-01-16 Thread Jeff Law
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):

[PATCH 9g] Extend .md and RTL parsing to support being wired up to cc1

2017-01-09 Thread David Malcolm
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::