> -----Original Message----- > From: Uros Bizjak <ubiz...@gmail.com> > Sent: Friday, April 26, 2024 5:13 PM > To: Jiang, Haochen <haochen.ji...@intel.com> > Cc: gcc-patches@gcc.gnu.org; Liu, Hongtao <hongtao....@intel.com> > Subject: Re: [PATCH] i386: Fix array index overflow in pr105354-2.c > > On Fri, Apr 26, 2024 at 11:03 AM Haochen Jiang <haochen.ji...@intel.com> > 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. >