Re: [PATCH] aarch64: Alter pr116258.c test to correct for big endian.

2024-10-10 Thread Richard Sandiford
Richard Ball writes: > 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/

[PATCH] aarch64: Alter pr116258.c test to correct for big endian.

2024-10-10 Thread Richard Ball
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 t