Re: [Qemu-devel] [PATCH] configure: Force the C standard to gnu11

2019-01-09 Thread Thomas Huth
On 2019-01-09 15:20, Markus Armbruster wrote: > Thomas Huth writes: > >> On 2019-01-09 14:10, Markus Armbruster wrote: >>> Thomas Huth writes: >>> On 2019-01-09 12:44, Daniel P. Berrangé wrote: > On Wed, Jan 09, 2019 at 12:25:43PM +0100, Thomas Huth wrote: >> On 2019-01-09 11:58,

Re: [Qemu-devel] [PATCH] configure: Force the C standard to gnu11

2019-01-09 Thread Markus Armbruster
Thomas Huth writes: > On 2019-01-09 14:10, Markus Armbruster wrote: >> Thomas Huth writes: >> >>> On 2019-01-09 12:44, Daniel P. Berrangé wrote: On Wed, Jan 09, 2019 at 12:25:43PM +0100, Thomas Huth wrote: > On 2019-01-09 11:58, Daniel P. Berrangé wrote: >> On Mon, Jan 07, 2019 at

Re: [Qemu-devel] [PATCH] configure: Force the C standard to gnu11

2019-01-09 Thread Thomas Huth
On 2019-01-09 14:27, Daniel P. Berrangé wrote: > On Wed, Jan 09, 2019 at 02:20:02PM +0100, Thomas Huth wrote: >> On 2019-01-09 13:58, Daniel P. Berrangé wrote: >>> On Wed, Jan 09, 2019 at 01:52:02PM +0100, Thomas Huth wrote: On 2019-01-09 12:44, Daniel P. Berrangé wrote: > On Wed, Jan 09,

Re: [Qemu-devel] [PATCH] configure: Force the C standard to gnu11

2019-01-09 Thread Thomas Huth
On 2019-01-09 13:58, Daniel P. Berrangé wrote: > On Wed, Jan 09, 2019 at 01:52:02PM +0100, Thomas Huth wrote: >> On 2019-01-09 12:44, Daniel P. Berrangé wrote: >>> On Wed, Jan 09, 2019 at 12:25:43PM +0100, Thomas Huth wrote: On 2019-01-09 11:58, Daniel P. Berrangé wrote: > On Mon, Jan 07,

Re: [Qemu-devel] [PATCH] configure: Force the C standard to gnu11

2019-01-09 Thread Thomas Huth
On 2019-01-09 14:10, Markus Armbruster wrote: > Thomas Huth writes: > >> On 2019-01-09 12:44, Daniel P. Berrangé wrote: >>> On Wed, Jan 09, 2019 at 12:25:43PM +0100, Thomas Huth wrote: On 2019-01-09 11:58, Daniel P. Berrangé wrote: > On Mon, Jan 07, 2019 at 11:45:26AM +0100, Thomas Huth

Re: [Qemu-devel] [PATCH] configure: Force the C standard to gnu11

2019-01-09 Thread Daniel P . Berrangé
On Wed, Jan 09, 2019 at 02:20:02PM +0100, Thomas Huth wrote: > On 2019-01-09 13:58, Daniel P. Berrangé wrote: > > On Wed, Jan 09, 2019 at 01:52:02PM +0100, Thomas Huth wrote: > >> On 2019-01-09 12:44, Daniel P. Berrangé wrote: > >>> On Wed, Jan 09, 2019 at 12:25:43PM +0100, Thomas Huth wrote: >

Re: [Qemu-devel] [PATCH] configure: Force the C standard to gnu11

2019-01-09 Thread Daniel P . Berrangé
On Wed, Jan 09, 2019 at 01:52:02PM +0100, Thomas Huth wrote: > On 2019-01-09 12:44, Daniel P. Berrangé wrote: > > On Wed, Jan 09, 2019 at 12:25:43PM +0100, Thomas Huth wrote: > >> On 2019-01-09 11:58, Daniel P. Berrangé wrote: > >>> On Mon, Jan 07, 2019 at 11:45:26AM +0100, Thomas Huth wrote: >

Re: [Qemu-devel] [PATCH] configure: Force the C standard to gnu11

2019-01-09 Thread Markus Armbruster
Thomas Huth writes: > On 2019-01-09 12:44, Daniel P. Berrangé wrote: >> On Wed, Jan 09, 2019 at 12:25:43PM +0100, Thomas Huth wrote: >>> On 2019-01-09 11:58, Daniel P. Berrangé wrote: On Mon, Jan 07, 2019 at 11:45:26AM +0100, Thomas Huth wrote: > Different versions of GCC and Clang use

Re: [Qemu-devel] [PATCH] configure: Force the C standard to gnu11

2019-01-09 Thread Thomas Huth
On 2019-01-09 12:44, Daniel P. Berrangé wrote: > On Wed, Jan 09, 2019 at 12:25:43PM +0100, Thomas Huth wrote: >> On 2019-01-09 11:58, Daniel P. Berrangé wrote: >>> On Mon, Jan 07, 2019 at 11:45:26AM +0100, Thomas Huth wrote: Different versions of GCC and Clang use different versions of the C

Re: [Qemu-devel] [PATCH] configure: Force the C standard to gnu11

2019-01-09 Thread Daniel P . Berrangé
On Wed, Jan 09, 2019 at 12:25:43PM +0100, Thomas Huth wrote: > On 2019-01-09 11:58, Daniel P. Berrangé wrote: > > On Mon, Jan 07, 2019 at 11:45:26AM +0100, Thomas Huth wrote: > >> Different versions of GCC and Clang use different versions of the C > >> standard. > >> This repeatedly caused

Re: [Qemu-devel] [PATCH] configure: Force the C standard to gnu11

2019-01-09 Thread Thomas Huth
On 2019-01-09 11:58, Daniel P. Berrangé wrote: > On Mon, Jan 07, 2019 at 11:45:26AM +0100, Thomas Huth wrote: >> Different versions of GCC and Clang use different versions of the C standard. >> This repeatedly caused problems already, e.g. with duplicated typedefs: >> >>

Re: [Qemu-devel] [PATCH] configure: Force the C standard to gnu11

2019-01-09 Thread Daniel P . Berrangé
On Mon, Jan 07, 2019 at 11:45:26AM +0100, Thomas Huth wrote: > Different versions of GCC and Clang use different versions of the C standard. > This repeatedly caused problems already, e.g. with duplicated typedefs: > > https://lists.gnu.org/archive/html/qemu-devel/2018-11/msg05829.html > > or

[Qemu-devel] [PATCH] configure: Force the C standard to gnu11

2019-01-07 Thread Thomas Huth
Different versions of GCC and Clang use different versions of the C standard. This repeatedly caused problems already, e.g. with duplicated typedefs: https://lists.gnu.org/archive/html/qemu-devel/2018-11/msg05829.html or with for-loop variable initializers: