On 12/28/21 17:02, Philippe Mathieu-Daudé wrote:
> Generated on PA8900 (PA-RISC 2.0).
> 
> Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
> ---
>  tests/tcg/hppa/float_convs.ref | 748 ++++++++++++++++++++++++++++++++
>  tests/tcg/hppa/float_madds.ref | 768 +++++++++++++++++++++++++++++++++
>  2 files changed, 1516 insertions(+)
>  create mode 100644 tests/tcg/hppa/float_convs.ref
>  create mode 100644 tests/tcg/hppa/float_madds.ref

Also fails as:

--- float_convs.out     2021-12-28 17:10:18.155581343 +0100
+++ tests/tcg/hppa/float_convs.ref       2021-12-28 17:00:38.008580465 +0100
@@ -1,748 +1,748 @@
 ### Rounding to nearest
-from single: f32(-nan:0xffffffff)
-  to double: f64(-nan:0x00fff7ffffe0000000) (INVALID)
-   to int32: 2147483647 (INVALID)
-   to int64: 9223372036854775807 (INVALID)
-  to uint32: -1 (INVALID)
-  to uint64: 9223372036854775807 (INVALID)
make[2]: *** [tests/tcg/multiarch/Makefile.target:30: run-float_convs]
Error 1
make[2]: *** Waiting for unfinished jobs....
--- float_madds.out     2021-12-28 17:10:18.156581344 +0100
+++ tests/tcg/hppa/float_madds.ref       2021-12-28 17:00:38.008580465 +0100
@@ -1,768 +1,768 @@
 ### Rounding to nearest
-op : f32(-nan:0xffffffff) * f32(-nan:0xffbfffff) + f32(-inf:0xff800000)
-res: f32(-nan:0xffbfffff) flags=INVALID (0/0)
-op : f32(-nan:0xffbfffff) * f32(-inf:0xff800000) + f32(-nan:0xffffffff)
-res: f32(-nan:0xffbfffff) flags=INVALID (0/1)
-op : f32(-inf:0xff800000) * f32(-nan:0xffffffff) + f32(-nan:0xffbfffff)
-res: f32(-nan:0xffbfffff) flags=INVALID (0/2)
make[2]: *** [tests/tcg/multiarch/Makefile.target:30: run-float_madds]
Error 1

Reply via email to