Re: [PATCH] Fix -Wattribute-alias option

2019-01-27 Thread Jakub Jelinek
On Sat, Jan 19, 2019 at 10:06:29AM +, Bernd Edlinger wrote: > 2019-01-19 Bernd Edlinger > > * common.opt (-Wattribute-alias): Remove "no-" from name. > Make -Wattribute-alias command line option and > #pragma GCC diagnostic ignore "-Wattribute-alias" work again. > > tests

[PING] [PATCH] Fix -Wattribute-alias option

2019-01-27 Thread Bernd Edlinger
Hi, I'd like to ping for this patch: https://gcc.gnu.org/ml/gcc-patches/2019-01/msg01120.html This patch would be needed to avoid a rather ugly workaround for the the issue in the linux-tree. Thanks Bernd. On 1/19/19 11:06 AM, Bernd Edlinger wrote: > Hi, > > the command line option -Wattribu

Re: [PATCH] Fix -Wattribute-alias option

2019-01-21 Thread Martin Sebor
On 1/21/19 8:55 AM, Bernd Edlinger wrote: On 1/21/19 4:42 PM, Arnd Bergmann wrote: On Sat, Jan 19, 2019 at 11:06 AM Bernd Edlinger wrote: Hi, the command line option -Wattribute-alias (w/o the "=1") is currently broken, and only -Wno-attribute-alias is still working, but what is worse, is

Re: [PATCH] Fix -Wattribute-alias option

2019-01-21 Thread Arnd Bergmann
On Mon, Jan 21, 2019 at 4:55 PM Bernd Edlinger wrote: > On 1/21/19 4:42 PM, Arnd Bergmann wrote: > > On Sat, Jan 19, 2019 at 11:06 AM Bernd Edlinger > > wrote: > >> > >> Hi, > >> > >> the command line option -Wattribute-alias (w/o the "=1") is currently > >> broken, > >> and only -Wno-attribute-

Re: [PATCH] Fix -Wattribute-alias option

2019-01-21 Thread Bernd Edlinger
On 1/21/19 4:42 PM, Arnd Bergmann wrote: > On Sat, Jan 19, 2019 at 11:06 AM Bernd Edlinger > wrote: >> >> Hi, >> >> the command line option -Wattribute-alias (w/o the "=1") is currently broken, >> and only -Wno-attribute-alias is still working, but what is worse, is that >> the #pragma GCC diagn

Re: [PATCH] Fix -Wattribute-alias option

2019-01-21 Thread Arnd Bergmann
On Sat, Jan 19, 2019 at 11:06 AM Bernd Edlinger wrote: > > Hi, > > the command line option -Wattribute-alias (w/o the "=1") is currently broken, > and only -Wno-attribute-alias is still working, but what is worse, is that > the #pragma GCC diagnostic fails to recognize the string "-Wattribute-alia

[PATCH] Fix -Wattribute-alias option

2019-01-19 Thread Bernd Edlinger
Hi, the command line option -Wattribute-alias (w/o the "=1") is currently broken, and only -Wno-attribute-alias is still working, but what is worse, is that the #pragma GCC diagnostic fails to recognize the string "-Wattribute-alias", as it used to do in gcc-8, which breaks the linux warning suppr