Re: [Qemu-devel] [PULL 0/7] check-softfloat, fp-bench and clang compile fixes

2019-01-18 Thread Emilio G. Cota
On Fri, Jan 18, 2019 at 17:41:15 +, Alex Bennée wrote: > > Emilio G. Cota writes: > > > On Thu, Jan 17, 2019 at 18:55:33 +, Peter Maydell wrote: > >> On Thu, 17 Jan 2019 at 18:30, Emilio G. Cota wrote: > >> > What are the contents of "int-to-float.err"? > >> > >> linux1@lxub05:~$ cat

Re: [Qemu-devel] [PULL 0/7] check-softfloat, fp-bench and clang compile fixes

2019-01-18 Thread Alex Bennée
Peter Maydell writes: > On Fri, 18 Jan 2019 at 18:16, Emilio G. Cota wrote: >> >> On Fri, Jan 18, 2019 at 17:00:17 +, Alex Bennée wrote: >> > Philippe Mathieu-Daudé writes: >> > > Can you modify the Makefile.include to use: >> > > "fp-test ... 2>int-to-float.err || {cat int-to-float.err

Re: [Qemu-devel] [PULL 0/7] check-softfloat, fp-bench and clang compile fixes

2019-01-18 Thread Peter Maydell
On Fri, 18 Jan 2019 at 18:16, Emilio G. Cota wrote: > > On Fri, Jan 18, 2019 at 17:00:17 +, Alex Bennée wrote: > > Philippe Mathieu-Daudé writes: > > > Can you modify the Makefile.include to use: > > > "fp-test ... 2>int-to-float.err || {cat int-to-float.err && exit 1;}" > > > > Well it's

Re: [Qemu-devel] [PULL 0/7] check-softfloat, fp-bench and clang compile fixes

2019-01-18 Thread Emilio G. Cota
On Fri, Jan 18, 2019 at 17:00:17 +, Alex Bennée wrote: > Philippe Mathieu-Daudé writes: > > Can you modify the Makefile.include to use: > > "fp-test ... 2>int-to-float.err || {cat int-to-float.err && exit 1;}" > > Well it's in the test-softfloat macro but sure... Actually, can we do &>

Re: [Qemu-devel] [PULL 0/7] check-softfloat, fp-bench and clang compile fixes

2019-01-18 Thread Peter Maydell
On Fri, 18 Jan 2019 at 17:41, Alex Bennée wrote: > > > Emilio G. Cota writes: > > > On Thu, Jan 17, 2019 at 18:55:33 +, Peter Maydell wrote: > >> configure has logic to check whether it can use particular > >> warning enable/disable flags. Newer gcc (and I hope clang > >> but forget) will

Re: [Qemu-devel] [PULL 0/7] check-softfloat, fp-bench and clang compile fixes

2019-01-18 Thread Alex Bennée
Emilio G. Cota writes: > On Thu, Jan 17, 2019 at 18:55:33 +, Peter Maydell wrote: >> On Thu, 17 Jan 2019 at 18:30, Emilio G. Cota wrote: >> > What are the contents of "int-to-float.err"? >> >> linux1@lxub05:~$ cat qemu/build/all/tests/fp/int-to-float.err >> >> Testing i32_to_f16, rounding

Re: [Qemu-devel] [PULL 0/7] check-softfloat, fp-bench and clang compile fixes

2019-01-18 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Hi Alex, > > On 1/17/19 9:10 PM, Alex Bennée wrote: >> >> Peter Maydell writes: >> >>> On Thu, 17 Jan 2019 at 18:30, Emilio G. Cota wrote: On Thu, Jan 17, 2019 at 17:37:54 +, Peter Maydell wrote: > On Thu, 17 Jan 2019 at 13:27, Alex Bennée

Re: [Qemu-devel] [PULL 0/7] check-softfloat, fp-bench and clang compile fixes

2019-01-18 Thread Philippe Mathieu-Daudé
Hi Alex, On 1/17/19 9:10 PM, Alex Bennée wrote: > > Peter Maydell writes: > >> On Thu, 17 Jan 2019 at 18:30, Emilio G. Cota wrote: >>> >>> On Thu, Jan 17, 2019 at 17:37:54 +, Peter Maydell wrote: On Thu, 17 Jan 2019 at 13:27, Alex Bennée wrote: > > The following changes

Re: [Qemu-devel] [PULL 0/7] check-softfloat, fp-bench and clang compile fixes

2019-01-17 Thread Alex Bennée
Peter Maydell writes: > On Thu, 17 Jan 2019 at 18:30, Emilio G. Cota wrote: >> >> On Thu, Jan 17, 2019 at 17:37:54 +, Peter Maydell wrote: >> > On Thu, 17 Jan 2019 at 13:27, Alex Bennée wrote: >> > > >> > > The following changes since commit >> > >

Re: [Qemu-devel] [PULL 0/7] check-softfloat, fp-bench and clang compile fixes

2019-01-17 Thread Emilio G. Cota
On Thu, Jan 17, 2019 at 18:55:33 +, Peter Maydell wrote: > On Thu, 17 Jan 2019 at 18:30, Emilio G. Cota wrote: > > What are the contents of "int-to-float.err"? > > linux1@lxub05:~$ cat qemu/build/all/tests/fp/int-to-float.err > >> Testing i32_to_f16, rounding near_even > 372 tests total. >

Re: [Qemu-devel] [PULL 0/7] check-softfloat, fp-bench and clang compile fixes

2019-01-17 Thread Peter Maydell
On Thu, 17 Jan 2019 at 18:30, Emilio G. Cota wrote: > > On Thu, Jan 17, 2019 at 17:37:54 +, Peter Maydell wrote: > > On Thu, 17 Jan 2019 at 13:27, Alex Bennée wrote: > > > > > > The following changes since commit > > > 4b9f0b0f7c84eea2dfb0d5be3e0254bc91319dbc: > > > > > > Merge

Re: [Qemu-devel] [PULL 0/7] check-softfloat, fp-bench and clang compile fixes

2019-01-17 Thread Emilio G. Cota
On Thu, Jan 17, 2019 at 17:37:54 +, Peter Maydell wrote: > On Thu, 17 Jan 2019 at 13:27, Alex Bennée wrote: > > > > The following changes since commit 4b9f0b0f7c84eea2dfb0d5be3e0254bc91319dbc: > > > > Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' > > into staging

Re: [Qemu-devel] [PULL 0/7] check-softfloat, fp-bench and clang compile fixes

2019-01-17 Thread Peter Maydell
On Thu, 17 Jan 2019 at 13:27, Alex Bennée wrote: > > The following changes since commit 4b9f0b0f7c84eea2dfb0d5be3e0254bc91319dbc: > > Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' > into staging (2019-01-15 17:24:00 +) > > are available in the Git repository at: >

[Qemu-devel] [PULL 0/7] check-softfloat, fp-bench and clang compile fixes

2019-01-17 Thread Alex Bennée
The following changes since commit 4b9f0b0f7c84eea2dfb0d5be3e0254bc91319dbc: Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2019-01-15 17:24:00 +) are available in the Git repository at: https://github.com/stsquad/qemu.git