Re: [PATCH] flag_complex_method: support optimize attribute

2021-09-19 Thread Jeff Law via Gcc-patches
On 9/7/2021 3:42 AM, Martin Liška wrote: On 9/6/21 14:16, Richard Biener wrote: On Mon, Sep 6, 2021 at 1:46 PM Jakub Jelinek wrote: On Mon, Sep 06, 2021 at 01:37:46PM +0200, Martin Liška wrote: --- a/gcc/opts.c +++ b/gcc/opts.c @@ -1323,6 +1323,14 @@ finish_options (struct gcc_options *op

Re: [PATCH] flag_complex_method: support optimize attribute

2021-09-13 Thread Martin Liška
PING^1 On 9/7/21 11:42, Martin Liška wrote: On 9/6/21 14:16, Richard Biener wrote: On Mon, Sep 6, 2021 at 1:46 PM Jakub Jelinek wrote: On Mon, Sep 06, 2021 at 01:37:46PM +0200, Martin Liška wrote: --- a/gcc/opts.c +++ b/gcc/opts.c @@ -1323,6 +1323,14 @@ finish_options (struct gcc_options *o

Re: [PATCH] flag_complex_method: support optimize attribute

2021-09-07 Thread Martin Liška
On 9/6/21 14:16, Richard Biener wrote: On Mon, Sep 6, 2021 at 1:46 PM Jakub Jelinek wrote: On Mon, Sep 06, 2021 at 01:37:46PM +0200, Martin Liška wrote: --- a/gcc/opts.c +++ b/gcc/opts.c @@ -1323,6 +1323,14 @@ finish_options (struct gcc_options *opts, struct gcc_options *opts_set, =

Re: [PATCH] flag_complex_method: support optimize attribute

2021-09-06 Thread Jakub Jelinek via Gcc-patches
On Mon, Sep 06, 2021 at 02:16:58PM +0200, Richard Biener wrote: > On Mon, Sep 6, 2021 at 1:46 PM Jakub Jelinek wrote: > > > > On Mon, Sep 06, 2021 at 01:37:46PM +0200, Martin Liška wrote: > > > --- a/gcc/opts.c > > > +++ b/gcc/opts.c > > > @@ -1323,6 +1323,14 @@ finish_options (struct gcc_options

Re: [PATCH] flag_complex_method: support optimize attribute

2021-09-06 Thread Richard Biener via Gcc-patches
On Mon, Sep 6, 2021 at 1:46 PM Jakub Jelinek wrote: > > On Mon, Sep 06, 2021 at 01:37:46PM +0200, Martin Liška wrote: > > --- a/gcc/opts.c > > +++ b/gcc/opts.c > > @@ -1323,6 +1323,14 @@ finish_options (struct gcc_options *opts, struct > > gcc_options *opts_set, > >= (opts->x_flag_unroll_

Re: [PATCH] flag_complex_method: support optimize attribute

2021-09-06 Thread Jakub Jelinek via Gcc-patches
On Mon, Sep 06, 2021 at 01:37:46PM +0200, Martin Liška wrote: > --- a/gcc/opts.c > +++ b/gcc/opts.c > @@ -1323,6 +1323,14 @@ finish_options (struct gcc_options *opts, struct > gcc_options *opts_set, >= (opts->x_flag_unroll_loops > || opts->x_flag_peel_loops > || opts->x