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