https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116258
--- Comment #14 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-14 branch has been updated by Richard Ball <ricba...@gcc.gnu.org>: https://gcc.gnu.org/g:44dc46415ce8fafc1f6a46bac123b430ae5aba4d commit r14-10763-g44dc46415ce8fafc1f6a46bac123b430ae5aba4d Author: Richard Ball <richard.b...@arm.com> Date: Thu Oct 10 19:16:39 2024 +0100 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. (cherry picked from commit a17a9bdcb3f749b895abf1fbf4f62859df9e8184)