Re: [v3] powerpc: fix build failure by disabling attribute-alias warning

2018-06-05 Thread Michael Ellerman
Christophe LEROY writes: > Le 04/06/2018 à 16:11, Michael Ellerman a écrit : >> On Tue, 2018-05-29 at 16:06:41 UTC, Christophe Leroy wrote: >>> Latest GCC version emit the following warnings >>> >>> As arch/powerpc code is built with -Werror, this breaks build with >>> GCC 8.1 >>> >>> >>>

Re: [v3] powerpc: fix build failure by disabling attribute-alias warning

2018-06-05 Thread Christophe LEROY
Le 04/06/2018 à 16:11, Michael Ellerman a écrit : On Tue, 2018-05-29 at 16:06:41 UTC, Christophe Leroy wrote: Latest GCC version emit the following warnings As arch/powerpc code is built with -Werror, this breaks build with GCC 8.1 This patch inhibits those warnings CC

Re: [v3] powerpc: fix build failure by disabling attribute-alias warning

2018-06-04 Thread Michael Ellerman
On Tue, 2018-05-29 at 16:06:41 UTC, Christophe Leroy wrote: > Latest GCC version emit the following warnings > > As arch/powerpc code is built with -Werror, this breaks build with > GCC 8.1 > > This patch inhibits those warnings > > CC arch/powerpc/kernel/syscalls.o > In file included

[PATCH v3] powerpc: fix build failure by disabling attribute-alias warning

2018-05-29 Thread Christophe Leroy
Latest GCC version emit the following warnings As arch/powerpc code is built with -Werror, this breaks build with GCC 8.1 This patch inhibits those warnings CC arch/powerpc/kernel/syscalls.o In file included from arch/powerpc/kernel/syscalls.c:24: ./include/linux/syscalls.h:233:18: