Re: [PATCH] Add "__RTL" to cc1 (v5)

2016-11-18 Thread Joseph Myers
On Fri, 18 Nov 2016, David Malcolm wrote: > + /* Consume all tokens, up to the closing brace, handling > + matching pairs of braces in the rtl dump. */ > + int num_open_braces = 1; > + while (1) > +{ > + switch (c_parser_peek_token (parser)->type) > + { > + case

[PATCH] Add "__RTL" to cc1 (v5)

2016-11-18 Thread David Malcolm
On Wed, 2016-11-16 at 14:24 +0100, Richard Biener wrote: > On Tue, Nov 15, 2016 at 10:07 PM, David Malcolm > wrote: > > On Mon, 2016-11-14 at 16:14 +0100, Richard Biener wrote: > > > On Fri, Nov 11, 2016 at 10:15 PM, David Malcolm < > > > dmalc...@redhat.com> > > > wrote: > >