https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111231

            Bug ID: 111231
           Summary: armhf: Miscompilation at O2 level
           Product: gcc
           Version: 13.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: malat at debian dot org
  Target Milestone: ---

highway test suite is currently failing on Debian/armhf with GCC 13.2.0.

350/502 Test #350:
HwyMulTestGroup/HwyMulTest.TestAllSatWidenMulPairwiseAdd/EMU128  # GetParam() =
2305843009213693952 ....................Subprocess aborted***Exception:   0.03
sec
Running main() from ./googletest/src/gtest_main.cc
Note: Google Test filter =
HwyMulTestGroup/HwyMulTest.TestAllSatWidenMulPairwiseAdd/EMU128
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from HwyMulTestGroup/HwyMulTest
[ RUN      ] HwyMulTestGroup/HwyMulTest.TestAllSatWidenMulPairwiseAdd/EMU128


i16x8 expect [0+ ->]:
  0x0000,0x0002,0x0000,0x0000,0x0000,0x0000,0x0000,
i16x8 actual [0+ ->]:
  0x0000,0x0004,0x0000,0x0000,0x0000,0x0000,0x0000,
Abort at ./hwy/tests/mul_test.cc:587: EMU128, i16x8 lane 1 mismatch: expected
'0x0002', got '0x0004'.

Reply via email to