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
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