Re: [PATCH] pc-bios/s390-ccw: Silence GCC 11 stringop-overflow warning

2021-05-02 Thread Thomas Huth
On 02/05/2021 12.39, Thomas Huth wrote: On 22/04/2021 16.59, Philippe Mathieu-Daudé wrote: When building on Fedora 34 (gcc version 11.0.0 20210210) we get:    In file included from pc-bios/s390-ccw/main.c:11:    In function ‘memset’,    inlined from ‘boot_setup’ at pc-bios/s390-ccw/main.c:1

Re: [PATCH] pc-bios/s390-ccw: Silence GCC 11 stringop-overflow warning

2021-05-02 Thread Thomas Huth
On 22/04/2021 16.59, Philippe Mathieu-Daudé wrote: When building on Fedora 34 (gcc version 11.0.0 20210210) we get: In file included from pc-bios/s390-ccw/main.c:11: In function ‘memset’, inlined from ‘boot_setup’ at pc-bios/s390-ccw/main.c:185:5, inlined from ‘main’ at pc-bi

Re: [PATCH] pc-bios/s390-ccw: Silence GCC 11 stringop-overflow warning

2021-04-22 Thread Christian Borntraeger
On 22.04.21 16:59, Philippe Mathieu-Daudé wrote: When building on Fedora 34 (gcc version 11.0.0 20210210) we get: In file included from pc-bios/s390-ccw/main.c:11: In function ‘memset’, inlined from ‘boot_setup’ at pc-bios/s390-ccw/main.c:185:5, inlined from ‘main’ at pc-bios