public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-9497] testsuite: Fix pr113431.c FAIL on sparc* [PR113431]
@ 2024-03-15 15:52 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2024-03-15 15:52 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ffd47fb63ddc024db847daa07f8ae27fffdfcb28

commit r14-9497-gffd47fb63ddc024db847daa07f8ae27fffdfcb28
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Fri Mar 15 16:50:25 2024 +0100

    testsuite: Fix pr113431.c FAIL on sparc* [PR113431]
    
    As mentioned in the PR, the new testcase FAILs on sparc*-* due to
    lack of support of misaligned store.
    
    This patch restricts that to vect_hw_misalign targets.
    
    2024-03-15  Jakub Jelinek  <jakub@redhat.com>
    
            PR tree-optimization/113431
            * gcc.dg/vect/pr113431.c: Restrict scan-tree-dump-times to
            vect_hw_misalign targets.

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

diff --git a/gcc/testsuite/gcc.dg/vect/pr113431.c b/gcc/testsuite/gcc.dg/vect/pr113431.c
index 04448d9dd81..2858a769d73 100644
--- a/gcc/testsuite/gcc.dg/vect/pr113431.c
+++ b/gcc/testsuite/gcc.dg/vect/pr113431.c
@@ -15,4 +15,4 @@ int main()
   return 0;
 }
 
-/* { dg-final { scan-tree-dump-times "optimized: basic block part vectorized" 2 "slp1" { target vect_int } } } */
+/* { dg-final { scan-tree-dump-times "optimized: basic block part vectorized" 2 "slp1" { target { vect_int && vect_hw_misalign } } } } */

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

only message in thread, other threads:[~2024-03-15 15:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-15 15:52 [gcc r14-9497] testsuite: Fix pr113431.c FAIL on sparc* [PR113431] Jakub Jelinek

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).