Re: [PATCH] flag_complex_method: support optimize attribute

2021-09-19 Thread Jeff Law via Gcc-patches
:00 2001 From: Martin Liska Date: Fri, 3 Sep 2021 10:53:00 +0200 Subject: [PATCH] flag_complex_method: support optimize attribute gcc/c-family/ChangeLog: * c-opts.c (c_common_init_options_struct): Set also x_flag_default_complex_method. gcc/ChangeLog: * common.

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

Re: [PATCH] flag_complex_method: support optimize attribute

2021-09-07 Thread Martin Liška
global ones. Though one needs to be careful with the cases where the code diagnoses something. Jakub From e88ae14be7c5609a969897b5d09f40709fea8a34 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Fri, 3 Sep 2021 10:53:00 +0200 Subject: [PATCH] flag_complex_method: support optimize at

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, > >=

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 > ||

[PATCH] flag_complex_method: support optimize attribute

2021-09-06 Thread Martin Liška
h can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, MartinFrom 203451d5ea5352e75da27dcf8259cc8dd7880512 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Fri, 3 Sep 2021 10:53:00 +0200 Subject: [PATCH] flag_complex_method: support optimize attribute