Hello, Ping for https://gcc.gnu.org/pipermail/gcc-patches/2021-November/583222.html
please ? Thanks in advance! With Kind Regards, Olivier > On 3 Nov 2021, at 15:54, Olivier Hainque <hain...@adacore.com> wrote: > > Hello, > > This fixes the definition of the "p" static array in > gcc.dg/vect/vect-simd-20.c to accommodate the number of > strides performed by foo() for s == 78, which will be > 129 and not 128 since 10000 / 78 > 128. > > This fixes a failure of the test we first observed in-house > on a x86_64-elf run, where the first call to foo() was clobbering > part of a static object we provide to __register_frame_info, > causing an abort() from __deregister_frame_info at termination time. > > Ok to commit? > > Thanks in advance, > > With Kind Regards, > > Olivier > > > 2021-11-02 Olivier Hainque <hain...@adacore.com> > > testsuite/ > > * gcc.dg/vect/vect-simd-20.c: Fix size of p[] > to accommodate the number of strides performed > by foo() for s == 78. > > <simd-20.diff>