]> gcc.gnu.org Git - gcc.git/commit
testsuite: Fix pr113431.c FAIL on sparc* [PR113431]
authorJakub Jelinek <jakub@redhat.com>
Fri, 15 Mar 2024 15:50:25 +0000 (16:50 +0100)
committerJakub Jelinek <jakub@redhat.com>
Fri, 15 Mar 2024 15:50:25 +0000 (16:50 +0100)
commitffd47fb63ddc024db847daa07f8ae27fffdfcb28
tree092df4158307e7ae3c80a6fbb200e0b945c69c28
parentb5e1f0696110fbf5c73426ede70562edc6f54481
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.
gcc/testsuite/gcc.dg/vect/pr113431.c
This page took 0.066471 seconds and 5 git commands to generate.