Re: [COMMITTED][PATCH] AArch64: Fix test for vector length safety

2025-08-06 Thread Tejas Belagod
On 05/08/2025 11:22, Tejas Belagod wrote: On 31/07/2025 15:20, Kyrylo Tkachov wrote: On 31 Jul 2025, at 14:34, Tejas Belagod wrote: The test was unsafe when tested on different vector lengths.  This patch fixes it to work on all lengths. Ok. I’ve seen this test fail on GCC 15 branch too,

Re: [PATCH] AArch64: Fix test for vector length safety

2025-08-05 Thread Tejas Belagod
On 31/07/2025 15:20, Kyrylo Tkachov wrote: On 31 Jul 2025, at 14:34, Tejas Belagod wrote: The test was unsafe when tested on different vector lengths. This patch fixes it to work on all lengths. Ok. I’ve seen this test fail on GCC 15 branch too, do we want this fix there as well? Than

Re: [PATCH] AArch64: Fix test for vector length safety

2025-07-31 Thread Kyrylo Tkachov
> On 31 Jul 2025, at 14:34, Tejas Belagod wrote: > > The test was unsafe when tested on different vector lengths. This patch > fixes it to work on all lengths. > Ok. I’ve seen this test fail on GCC 15 branch too, do we want this fix there as well? Thanks, Kyrill > gcc/testsuite/ChangeLog >

[PATCH] AArch64: Fix test for vector length safety

2025-07-31 Thread Tejas Belagod
The test was unsafe when tested on different vector lengths. This patch fixes it to work on all lengths. gcc/testsuite/ChangeLog * gcc.target/aarch64/sve/acle/general/cops.c: Fix test. --- gcc/testsuite/gcc.target/aarch64/sve/acle/general/cops.c | 8 1 file changed, 4 insertion