Re: [PATCH] testsuite: Fix overflow in gcc.dg/vect/pr116125.c

2025-07-14 Thread Richard Biener
On Fri, Jul 11, 2025 at 8:27 PM Siddhesh Poyarekar wrote: > > The test ends up writing a byte beyond bounds of the buffer, which gets > trapped on some targets when the test is run with > -fstack-protector-strong. > > testsuite/ChangeLog: > > * gcc.dg/vect/pr116125.c (mem_overlap): Reduce

[PATCH] testsuite: Fix overflow in gcc.dg/vect/pr116125.c

2025-07-11 Thread Siddhesh Poyarekar
The test ends up writing a byte beyond bounds of the buffer, which gets trapped on some targets when the test is run with -fstack-protector-strong. testsuite/ChangeLog: * gcc.dg/vect/pr116125.c (mem_overlap): Reduce iteration count to 8. Signed-off-by: Siddhesh Poyarekar --- OK