Re: [PATCH v2 19/21] gcc-plugins: test GCC plugin support in Kconfig

2018-04-11 Thread Kees Cook
On Wed, Apr 11, 2018 at 8:55 AM, Masahiro Yamada wrote: > No. > There is no problem to use a compiler without plugin support. > > If a user does not want to use plugin in the first place, > why does he/she need to be bothered by such information in stderr? So, I

Re: [PATCH v2 19/21] gcc-plugins: test GCC plugin support in Kconfig

2018-04-11 Thread Kees Cook
On Wed, Apr 11, 2018 at 8:55 AM, Masahiro Yamada wrote: > No. > There is no problem to use a compiler without plugin support. > > If a user does not want to use plugin in the first place, > why does he/she need to be bothered by such information in stderr? So, I don't think it's needed for the

Re: [PATCH v2 19/21] gcc-plugins: test GCC plugin support in Kconfig

2018-04-11 Thread Masahiro Yamada
2018-03-28 20:44 GMT+09:00 Kees Cook : > On Mon, Mar 26, 2018 at 10:29 PM, Masahiro Yamada > wrote: >> Run scripts/gcc-plugin.sh from Kconfig. Users can enable GCC_PLUGINS >> only when it is supported. >> >> Signed-off-by: Masahiro Yamada

Re: [PATCH v2 19/21] gcc-plugins: test GCC plugin support in Kconfig

2018-04-11 Thread Masahiro Yamada
2018-03-28 20:44 GMT+09:00 Kees Cook : > On Mon, Mar 26, 2018 at 10:29 PM, Masahiro Yamada > wrote: >> Run scripts/gcc-plugin.sh from Kconfig. Users can enable GCC_PLUGINS >> only when it is supported. >> >> Signed-off-by: Masahiro Yamada >> --- >> >> Changes in v2: None >> >> arch/Kconfig

Re: [PATCH v2 19/21] gcc-plugins: test GCC plugin support in Kconfig

2018-03-28 Thread Kees Cook
On Mon, Mar 26, 2018 at 10:29 PM, Masahiro Yamada wrote: > Run scripts/gcc-plugin.sh from Kconfig. Users can enable GCC_PLUGINS > only when it is supported. > > Signed-off-by: Masahiro Yamada > --- > > Changes in v2: None > >

Re: [PATCH v2 19/21] gcc-plugins: test GCC plugin support in Kconfig

2018-03-28 Thread Kees Cook
On Mon, Mar 26, 2018 at 10:29 PM, Masahiro Yamada wrote: > Run scripts/gcc-plugin.sh from Kconfig. Users can enable GCC_PLUGINS > only when it is supported. > > Signed-off-by: Masahiro Yamada > --- > > Changes in v2: None > > arch/Kconfig | 4 +++ >