testsuite: Add -Wno-psabi to pr94920 tests [PR94920]
authorJakub Jelinek <jakub@redhat.com>
Wed, 27 Jul 2022 10:02:12 +0000 (12:02 +0200)
committerJakub Jelinek <jakub@redhat.com>
Wed, 27 Jul 2022 10:02:12 +0000 (12:02 +0200)
commit0bc1566dec0cab9410723c96d2ef3280fdab8e8e
tree69806d3f3819a096443f69841f6dcdf019638b33
parent3044a7a824981496875acc6debf467fb904c55f2
testsuite: Add -Wno-psabi to pr94920 tests [PR94920]

These tests fail on ia32, because we get -Wpsabi warnings.
Fixed by adding -Wno-psabi.  The pr94920.C test still fails the
ABS_EXPR scan-tree-dump though, I think we'll need to add vect
options and use vect_int effective target or something similar.

2022-07-27  Jakub Jelinek  <jakub@redhat.com>

PR tree-optimization/94920
* g++.dg/pr94920.C: Add -Wno-psabi to dg-options.
* g++.dg/pr94920-1.C: Add dg-additional-options -Wno-psabi.
gcc/testsuite/g++.dg/pr94920-1.C
gcc/testsuite/g++.dg/pr94920.C