> -----Original Message----- > From: Uros Bizjak <[email protected]> > Sent: Friday, April 26, 2024 5:13 PM > To: Jiang, Haochen <[email protected]> > Cc: [email protected]; Liu, Hongtao <[email protected]> > Subject: Re: [PATCH] i386: Fix array index overflow in pr105354-2.c > > On Fri, Apr 26, 2024 at 11:03 AM Haochen Jiang <[email protected]> > wrote: > > > > Hi all, > > > > The array index should not be over 8 for v8hi, or it will fail > > under -O0 or using -fstack-protector. > > > > This patch aims to fix that, which is mentioned in PR110621. > > > > Commit as obvious and backport to GCC13. > > > > Thx, > > Haochen > > > > gcc/testsuite/ChangeLog: > > > > PR target/110621 > > * gcc.target/i386/pr105354-2.c: As mentioned. > > Please note that the ChangeLog entry gets copied into the relevant > ChangeLog file independently of the commit message. So, the above > entry will be copied to gcc/testsuite/ChangeLog without any reference > to what was mentioned. >
I see. Forget to pay attention to that ChangeLog entry. My Bad. Thx, Haochen > Uros. >
