You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/tests/tcg/ppc64
Ilya Leoshkevich ddf4dd46e5 tests/tcg: Replace -mpower8-vector with -mcpu=power8
[1] deprecated -mpower8-vector, resulting in:

    powerpc64-linux-gnu-gcc: warning: switch '-mpower8-vector' is no longer supported
    qemu/tests/tcg/ppc64/vsx_f2i_nan.c:4:15: error: expected ';' before 'float'
        4 | typedef vector float vsx_float32_vec_t;
          |               ^~~~~~

Use -mcpu=power8 instead. In order to properly verify that this works,
one needs a big-endian (the minimum supported CPU for 64-bit
little-endian is power8 anyway) GCC configured with --enable-checking
(see GCC commit e154242724b0 ("[RS6000] Don't pass -many to the
assembler").

[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109987

Cc: qemu-stable@nongnu.org
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
1 month ago
..
Makefile.target tests/tcg: Replace -mpower8-vector with -mcpu=power8 1 month ago
bcdsub.c tests/tcg: unify ppc64 and ppc64le Makefiles 2 years ago
byte_reverse.c tests/tcg: unify ppc64 and ppc64le Makefiles 2 years ago
mffsce.c tests/tcg: unify ppc64 and ppc64le Makefiles 2 years ago
mtfsf.c tests/tcg: unify ppc64 and ppc64le Makefiles 2 years ago
non_signalling_xscv.c tests/tcg: unify ppc64 and ppc64le Makefiles 2 years ago
signal_save_restore_xer.c tests/tcg: unify ppc64 and ppc64le Makefiles 2 years ago
test-aes.c tests/multiarch: Add test-aes 1 year ago
vector.c tests: tcg: ppc64: Add tests for Vector Extract Mask Instructions 2 years ago
vsx_f2i_nan.c target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros 1 year ago
xxspltw.c tests/tcg: unify ppc64 and ppc64le Makefiles 2 years ago