Re: testsuite: aarch64: Fix failing SVE tests on big endian

2021-07-15 Thread Richard Sandiford via Gcc-patches
Jonathan Wright via Gcc-patches writes: > Hi, > > A recent change "gcc: Add vec_select -> subreg RTL simplification" > updated the expected test results for SVE extraction tests. The new > result should only have been changed for little endian. This patch > restores the old expected result for big

testsuite: aarch64: Fix failing SVE tests on big endian

2021-07-15 Thread Jonathan Wright via Gcc-patches
Hi, A recent change "gcc: Add vec_select -> subreg RTL simplification" updated the expected test results for SVE extraction tests. The new result should only have been changed for little endian. This patch restores the old expected result for big endian. Ok for master? Thanks, Jonathan --- gcc