]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: Alter pr116258.c test to correct for big endian.
authorRichard Ball <richard.ball@arm.com>
Thu, 10 Oct 2024 18:16:39 +0000 (19:16 +0100)
committerRichard Ball <richard.ball@arm.com>
Thu, 10 Oct 2024 18:16:39 +0000 (19:16 +0100)
commita17a9bdcb3f749b895abf1fbf4f62859df9e8184
treeba195e78b27d767c99a42d5dd8740dce7243e2b1
parent85bee4f77b1b0ebe68b3efe0c356b7d5fb006c4d
aarch64: Alter pr116258.c test to correct for big endian.

The test at pr116258.c fails on big endian targets,
this is because the test checks that the index of a floating
point multiply is 0, which is correct only for little endian.

gcc/testsuite/ChangeLog:

PR tree-optimization/116258
* gcc.target/aarch64/pr116258.c:
Alter test to add big-endian support.
gcc/testsuite/gcc.target/aarch64/pr116258.c