On Apr 28, 2022, Richard Biener <rguent...@suse.de> 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 by
>> commit r11-1969.  The patch adjusted multiple tests to use the message
>> introduced in r11-1945, but missed this one.
>> 
>> Regstrapped on powerpc64el-linux-gnu.  Ok to install?
>> 
>> Also tested on x86_64-linux-gnu-x-ppc64-vx7r2 with gcc-11.  Ok for
>> gcc-11?

> OK.

I checked it in the trunk so far, but I missed the gcc-12 branching.
This is surely not critical for gcc-12, but it's so trivial that I
wonder if I could install it in both gcc-12 and gcc-11 branches and
forget about it, or wait until 12.1 is final.  WDYT?

>> for  gcc/testsuite/ChangeLog
>> 
>> * gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c: Update
>> the expected message for the case in which unaligned accesses
>> are not allowed.

>> -/* { dg-final { scan-tree-dump-times "not vectorized: unsupported unaligned 
>> store" 1 "vect" { target { ! vect_hw_misalign } } } } */
>> +/* { dg-final { scan-tree-dump-times "unsupported unaligned access" 1 
>> "vect" { target { ! vect_hw_misalign } } } } */


-- 
Alexandre Oliva, happy hacker                https://FSFLA.org/blogs/lxo/
   Free Software Activist                       GNU Toolchain Engineer
Disinformation flourishes because many people care deeply about injustice
but very few check the facts.  Ask me about <https://stallmansupport.org>

Reply via email to