[RFC PATCH] configure: Fix atomic64 test for --enable-werror on macOS

2020-07-16 Thread Thomas Huth
When using --enable-werror for the macOS builders in the Cirrus-CI, the atomic64 test is currently failing, and config.log shows a bunch of error messages like this: config-temp/qemu-conf.c:6:7: error: implicit declaration of function '__atomic_load_8' is invalid in C99 [-Werror,-Wimplicit-funct

Re: [RFC PATCH] configure: Fix atomic64 test for --enable-werror on macOS

2020-07-16 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200716131101.18462-1-th...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!

Re: [RFC PATCH] configure: Fix atomic64 test for --enable-werror on macOS

2020-07-16 Thread Christian Schoenebeck
On Donnerstag, 16. Juli 2020 15:11:01 CEST Thomas Huth wrote: > When using --enable-werror for the macOS builders in the Cirrus-CI, > the atomic64 test is currently failing, and config.log shows a bunch > of error messages like this: > > config-temp/qemu-conf.c:6:7: error: implicit declaration of

Re: [RFC PATCH] configure: Fix atomic64 test for --enable-werror on macOS

2020-07-16 Thread Daniel P . Berrangé
On Thu, Jul 16, 2020 at 03:11:01PM +0200, Thomas Huth wrote: > When using --enable-werror for the macOS builders in the Cirrus-CI, > the atomic64 test is currently failing, and config.log shows a bunch > of error messages like this: > > config-temp/qemu-conf.c:6:7: error: implicit declaration of

Re: [RFC PATCH] configure: Fix atomic64 test for --enable-werror on macOS

2020-07-16 Thread Thomas Huth
On 16/07/2020 16.25, Daniel P. Berrangé wrote: > On Thu, Jul 16, 2020 at 03:11:01PM +0200, Thomas Huth wrote: >> When using --enable-werror for the macOS builders in the Cirrus-CI, >> the atomic64 test is currently failing, and config.log shows a bunch >> of error messages like this: >> >> config-

Re: [RFC PATCH] configure: Fix atomic64 test for --enable-werror on macOS

2020-07-16 Thread Thomas Huth
On 16/07/2020 16.15, Christian Schoenebeck wrote: > On Donnerstag, 16. Juli 2020 15:11:01 CEST Thomas Huth wrote: >> When using --enable-werror for the macOS builders in the Cirrus-CI, >> the atomic64 test is currently failing, and config.log shows a bunch >> of error messages like this: >> >> con

Re: [RFC PATCH] configure: Fix atomic64 test for --enable-werror on macOS

2020-07-16 Thread Christian Schoenebeck
On Donnerstag, 16. Juli 2020 16:25:18 CEST Daniel P. Berrangé wrote: > On Thu, Jul 16, 2020 at 03:11:01PM +0200, Thomas Huth wrote: > > When using --enable-werror for the macOS builders in the Cirrus-CI, > > the atomic64 test is currently failing, and config.log shows a bunch > > > > of error mess