Re: [PATCH] testsuite/aarch64: Skip SLP diagnostic under ILP32 (PR target/96974)

2021-03-31 Thread Christophe Lyon via Gcc-patches
On Wed, 31 Mar 2021 at 12:08, Richard Biener wrote: > > On Mon, Mar 29, 2021 at 1:40 PM Christophe Lyon via Gcc-patches > wrote: > > > > The vectorizer has a very different effect with -mabi=ilp32, and > > doesn't emit the expecte diagnostic, so this patch expects it only > > under lp64. > > OK (

Re: [PATCH] testsuite/aarch64: Skip SLP diagnostic under ILP32 (PR target/96974)

2021-03-31 Thread Richard Biener via Gcc-patches
On Mon, Mar 29, 2021 at 1:40 PM Christophe Lyon via Gcc-patches wrote: > > The vectorizer has a very different effect with -mabi=ilp32, and > doesn't emit the expecte diagnostic, so this patch expects it only > under lp64. OK (please also backport as necessary) > 2021-03-29 Christophe Lyon >