Re: [PATCH] testsuite: vect: update unaligned message

2022-05-02 Thread Richard Biener via Gcc-patches
On Mon, 2 May 2022, Alexandre Oliva wrote: > On Apr 28, 2022, Richard Biener wrote: > > > On Thu, 28 Apr 2022, Alexandre Oliva wrote: > >> > >> gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c covers ppc variants > >> that accept and reject misaligned accesses. The message that it > >> expects f

Re: [PATCH] testsuite: vect: update unaligned message

2022-05-02 Thread Alexandre Oliva via Gcc-patches
On Apr 28, 2022, Richard Biener wrote: > On Thu, 28 Apr 2022, Alexandre Oliva wrote: >> >> gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c covers ppc variants >> that accept and reject misaligned accesses. The message that it >> expects for rejection was removed in the gcc-11 development cycle b

Re: [PATCH] testsuite: vect: update unaligned message

2022-04-28 Thread Richard Biener via Gcc-patches
On Thu, 28 Apr 2022, Alexandre Oliva wrote: > > gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c covers ppc variants > that accept and reject misaligned accesses. The message that it > expects for rejection was removed in the gcc-11 development cycle by > commit r11-1969. The patch adjusted multi

[PATCH] testsuite: vect: update unaligned message

2022-04-27 Thread Alexandre Oliva via Gcc-patches
gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c covers ppc variants that accept and reject misaligned accesses. The message that it expects for rejection was removed in the gcc-11 development cycle by commit r11-1969. The patch adjusted multiple tests to use the message introduced in r11-1945, b