public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/aoliva/heads/testme)] testsuite: vect: update unaligned message
@ 2022-04-27 21:29 Alexandre Oliva
  0 siblings, 0 replies; only message in thread
From: Alexandre Oliva @ 2022-04-27 21:29 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:1d7cfa78fa0ff1796c7da6f498257ec305b04bf8

commit 1d7cfa78fa0ff1796c7da6f498257ec305b04bf8
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Wed Apr 27 18:23:01 2022 -0300

    testsuite: vect: update unaligned message
    
    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.
    
    
    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.

Diff:
---
 gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c b/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c
index 72b4930d9bb..c57f065cccd 100644
--- a/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c
+++ b/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c
@@ -46,5 +46,5 @@ int main (void)
   return main1 ();
 } 
 
-/* { 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 } } } } */
 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 0 "vect" { target { ! vect_hw_misalign } } } } */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-27 21:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-27 21:29 [gcc(refs/users/aoliva/heads/testme)] testsuite: vect: update unaligned message Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).