]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: Add -Wno-psabi to pr113126.c test
authorJakub Jelinek <jakub@redhat.com>
Tue, 26 Mar 2024 10:25:15 +0000 (11:25 +0100)
committerJakub Jelinek <jakub@redhat.com>
Tue, 26 Mar 2024 10:25:15 +0000 (11:25 +0100)
commit4549b0f67d52b4f042ab89a036249545c3938b45
tree5f9cc097518b0d1e3bf9e1de4bbd640e404a0907
parentc4f2c84e8fa369856aee76679590eb613724bfb0
testsuite: Add -Wno-psabi to pr113126.c test

I've missed
FAIL: gcc.dg/torture/pr113126.c   -O0  (test for excess errors)
etc. regressions on i686-linux since January.  The problem is obvious
Excess errors:
.../gcc/testsuite/gcc.dg/torture/pr113126.c:11:1: warning: MMX vector return without MMX enabled changes the ABI [-Wpsabi]
and I've added -Wno-psabi to dg-additional-options to fix that up.

2024-03-26  Jakub Jelinek  <jakub@redhat.com>

* gcc.dg/torture/pr113126.c: Add -Wno-psabi as dg-additional-options.
gcc/testsuite/gcc.dg/torture/pr113126.c