https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125253
--- Comment #1 from tt_1 <herrtimson at yahoo dot de> --- Created attachment 64418 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=64418&action=edit verbose test log from highway you can see errors like this in the verbose test log: 16106-[----------] 1 test from HwyShiftTestGroup/HwyShiftTest 16107-[ RUN ] HwyShiftTestGroup/HwyShiftTest.TestAllVariableRoundingShr/EMU128 16108- 16109- 16110-u8x16 expect [2+ ->]: 16111- 0x03,0x04,0x05,0x06,0x03,0x00,0x09, 16112-u8x16 actual [2+ ->]: 16113- 0x03,0x04,0x0A,0x0C,0x06,0x00,0x09, 16114-Abort at shift_test.cc:491: EMU128, u8x16 lane 4 mismatch: expected '0x05', got '0x0A'. 16115- 16116-<end of output>
