Re: [GCC 12] [PATCH v2] Add inline_ignore_target function attribute

2021-04-13 Thread Martin Sebor via Gcc-patches
On 4/12/21 7:03 PM, H.J. Lu wrote: On Mon, Apr 12, 2021 at 4:55 PM Martin Sebor wrote: On 4/12/21 3:53 PM, H.J. Lu via Gcc-patches wrote: On Mon, Apr 12, 2021 at 2:21 AM Richard Biener wrote: On Sat, Apr 10, 2021 at 5:11 PM H.J. Lu via Gcc-patches wrote: Add inline_ignore_target functio

Re: [GCC 12] [PATCH v2] Add inline_ignore_target function attribute

2021-04-13 Thread Richard Biener via Gcc-patches
On Mon, Apr 12, 2021 at 11:53 PM H.J. Lu wrote: > > On Mon, Apr 12, 2021 at 2:21 AM Richard Biener > wrote: > > > > On Sat, Apr 10, 2021 at 5:11 PM H.J. Lu via Gcc-patches > > wrote: > > > > > > Add inline_ignore_target function attribute to inform the compiler that > > > target specific option

Re: [GCC 12] [PATCH v2] Add inline_ignore_target function attribute

2021-04-12 Thread H.J. Lu via Gcc-patches
On Mon, Apr 12, 2021 at 4:55 PM Martin Sebor wrote: > > On 4/12/21 3:53 PM, H.J. Lu via Gcc-patches wrote: > > On Mon, Apr 12, 2021 at 2:21 AM Richard Biener > > wrote: > >> > >> On Sat, Apr 10, 2021 at 5:11 PM H.J. Lu via Gcc-patches > >> wrote: > >>> > >>> Add inline_ignore_target function att

Re: [GCC 12] [PATCH v2] Add inline_ignore_target function attribute

2021-04-12 Thread Martin Sebor via Gcc-patches
On 4/12/21 3:53 PM, H.J. Lu via Gcc-patches wrote: On Mon, Apr 12, 2021 at 2:21 AM Richard Biener wrote: On Sat, Apr 10, 2021 at 5:11 PM H.J. Lu via Gcc-patches wrote: Add inline_ignore_target function attribute to inform the compiler that target specific option mismatch on functions with t

[GCC 12] [PATCH v2] Add inline_ignore_target function attribute

2021-04-12 Thread H.J. Lu via Gcc-patches
On Mon, Apr 12, 2021 at 2:21 AM Richard Biener wrote: > > On Sat, Apr 10, 2021 at 5:11 PM H.J. Lu via Gcc-patches > wrote: > > > > Add inline_ignore_target function attribute to inform the compiler that > > target specific option mismatch on functions with the always_inline > > attribute may be i