Re: [PATCH 2/3] Refactoring to opt-suggestions.[ch].

2018-06-22 Thread Jeff Law
On 06/22/2018 05:07 AM, Martin Liška wrote: > On 06/20/2018 04:57 PM, David Malcolm wrote: >> On Mon, 2018-05-14 at 14:51 +0200, Martin Liška wrote: >>> Second part refactors function from gcc.c into a new class >>> option_proposer. >>> >>> Martin >> >> [...snip...] >> >> diff --git a/gcc/c-family/

Re: [PATCH 2/3] Refactoring to opt-suggestions.[ch].

2018-06-22 Thread Martin Liška
On 06/20/2018 04:57 PM, David Malcolm wrote: > On Mon, 2018-05-14 at 14:51 +0200, Martin Liška wrote: >> Second part refactors function from gcc.c into a new class >> option_proposer. >> >> Martin > > [...snip...] > > diff --git a/gcc/c-family/cppspec.c b/gcc/c-family/cppspec.c > index 1e0a8bcd29

Re: [PATCH 2/3] Refactoring to opt-suggestions.[ch].

2018-06-20 Thread David Malcolm
On Mon, 2018-05-14 at 14:51 +0200, Martin Liška wrote: > Second part refactors function from gcc.c into a new class > option_proposer. > > Martin [...snip...] diff --git a/gcc/c-family/cppspec.c b/gcc/c-family/cppspec.c index 1e0a8bcd294..66540239f53 100644 --- a/gcc/c-family/cppspec.c +++ b/gcc