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

2021-04-12 Thread Richard Biener via Gcc-patches
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 ignored. On x86 targets, this attribute can be used on > integer func

[GCC 12] [PATCH] Add inline_ignore_target function attribute

2021-04-10 Thread H.J. Lu via Gcc-patches
Add inline_ignore_target function attribute to inform the compiler that target specific option mismatch on functions with the always_inline attribute may be ignored. On x86 targets, this attribute can be used on integer functions to ignore target non-integer option mismatch. gcc/c-family/