]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: Add -Wno-psabi to pr47639.C testcase
authorJakub Jelinek <jakub@redhat.com>
Thu, 20 Jan 2022 10:32:29 +0000 (11:32 +0100)
committerJakub Jelinek <jakub@redhat.com>
Thu, 20 Jan 2022 10:32:29 +0000 (11:32 +0100)
commit7b78dee64def7e251a1d0678613c8aaabe7b176c
tree63d7d40194375cc3ba63eb54b332a2bb8ba57b74
parent8bc700f4c3fbe405413db02281ef2918bfa831fc
testsuite: Add -Wno-psabi to pr47639.C testcase

This patch fixes
gcc/testsuite/g++.dg/opt/pr47639.C:6:24: warning: MMX vector return without MMX enabled changes the ABI [-Wpsabi]
gcc/testsuite/g++.dg/opt/pr47639.C:6:5: warning: MMX vector argument without MMX enabled changes the ABI [-Wpsabi]
FAILs on i686-linux.

2022-01-20  Jakub Jelinek  <jakub@redhat.com>

* g++.dg/opt/pr47639.C: Add -Wno-psabi to dg-options.
gcc/testsuite/g++.dg/opt/pr47639.C