[PATCH PR95459] aarch64: ICE in aarch64_short_vector_p, at config/aarch64/aarch64.c:16803

Yangfei (Felix) felix.yang@huawei.com
Wed Jun 3 06:40:33 GMT 2020


Hi Richard,

> -----Original Message-----
> From: Richard Sandiford [mailto:richard.sandiford@arm.com]
> Sent: Wednesday, June 3, 2020 1:19 AM
> To: Yangfei (Felix) <felix.yang@huawei.com>
> Cc: gcc-patches@gcc.gnu.org
> Subject: Re: [PATCH PR95459] aarch64: ICE in aarch64_short_vector_p, at
> config/aarch64/aarch64.c:16803
> 
> "Yangfei (Felix)" <felix.yang@huawei.com> writes:
> > Hi,
> >
> >     Please review this trivial patch fixing an ICE in aarch64_short_vector_p.
> >     Bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95459
> >
> >     In aarch64_short_vector_p, we are simply checking whether a type (and
> a mode)
> >     is a 64/128-bit short vector or not.  This should not be affected by the
> value
> >     of TARGET_SVE.  Simply leave later code to report an error if SVE is
> disabled.
> >     Bootstrapped and tested on aarch64-linux-gnu.  OK?
> 
> OK, thanks.  Pushed to master.

Thanks for reviewing and installing the patch : - )

Felix


More information about the Gcc-patches mailing list