testsuite: Fix up gcc.dg/pr102897.c testcase [PR102897]
authorJakub Jelinek <jakub@redhat.com>
Wed, 27 Oct 2021 07:41:38 +0000 (09:41 +0200)
committerJakub Jelinek <jakub@redhat.com>
Wed, 27 Oct 2021 07:43:40 +0000 (09:43 +0200)
commit4f1fe0dc25391a1d73c1034a85b3b6bf04c5e26e
tree06432cf6fb7e715c1d1b54d83d1fb6b0d39ca6cc
parenteef811490646a68c9893968a421b351e7bf704e1
testsuite: Fix up gcc.dg/pr102897.c testcase [PR102897]

The testcase FAILs on i686-linux due to:
FAIL: gcc.dg/pr102897.c (test for excess errors)
Excess errors:
.../gcc/gcc/testsuite/gcc.dg/pr102897.c:11:1: warning: MMX vector return without MMX enabled changes the ABI [-Wpsabi]
.../gcc/gcc/testsuite/gcc.dg/pr102897.c:10:10: warning: MMX vector argument without MMX enabled changes the ABI [-Wpsabi]
Fixed by adding -Wno-psabi.

2021-10-27  Jakub Jelinek  <jakub@redhat.com>

PR tree-optimization/102897
* gcc.dg/pr102897.c: Add -Wno-psabi to dg-options.
gcc/testsuite/gcc.dg/pr102897.c