Re: [PATCH v2 1/8] configure: Use -std=gnu11

2021-06-15 Thread Philippe Mathieu-Daudé
On 6/15/21 1:31 AM, Richard Henderson wrote: > Now that the minimum gcc version is 7.5, we can use C11. > This will allow lots of cleanups to the code, currently > hidden behind macros in include/qemu/compiler.h. > > Signed-off-by: Richard Henderson > --- > configure | 4 ++-- > meson.build |

Re: [PATCH v2 1/8] configure: Use -std=gnu11

2021-06-15 Thread Alex Bennée
Richard Henderson writes: > Now that the minimum gcc version is 7.5, we can use C11. > This will allow lots of cleanups to the code, currently > hidden behind macros in include/qemu/compiler.h. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

Re: [PATCH v2 1/8] configure: Use -std=gnu11

2021-06-15 Thread Thomas Huth
On 15/06/2021 01.31, Richard Henderson wrote: Now that the minimum gcc version is 7.5, we can use C11. This will allow lots of cleanups to the code, currently hidden behind macros in include/qemu/compiler.h. Signed-off-by: Richard Henderson --- configure | 4 ++-- meson.build | 2 +- 2 fi

[PATCH v2 1/8] configure: Use -std=gnu11

2021-06-14 Thread Richard Henderson
Now that the minimum gcc version is 7.5, we can use C11. This will allow lots of cleanups to the code, currently hidden behind macros in include/qemu/compiler.h. Signed-off-by: Richard Henderson --- configure | 4 ++-- meson.build | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff