Re: [PATCH v3 01/13] qemu/atomic: Drop special case for unsupported compiler

2020-12-14 Thread Stefan Hajnoczi
On Thu, Dec 10, 2020 at 05:47:40PM +0400, marcandre.lur...@redhat.com wrote: > From: Philippe Mathieu-Daudé > > Since commit efc6c070aca ("configure: Add a test for the > minimum compiler version") the minimum compiler version > required for GCC is 4.8, which has the GCC BZ#36793 bug fixed. > >

[PATCH v3 01/13] qemu/atomic: Drop special case for unsupported compiler

2020-12-10 Thread marcandre . lureau
From: Philippe Mathieu-Daudé Since commit efc6c070aca ("configure: Add a test for the minimum compiler version") the minimum compiler version required for GCC is 4.8, which has the GCC BZ#36793 bug fixed. We can safely remove the special case introduced in commit a281ebc11a6 ("virtio: add missin