]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Add some missing -Wno-psabi options
authorJakub Jelinek <jakub@redhat.com>
Thu, 20 Oct 2022 11:58:13 +0000 (13:58 +0200)
committerJakub Jelinek <jakub@redhat.com>
Thu, 20 Oct 2022 11:58:13 +0000 (13:58 +0200)
The following testcases FAIL on i686-linux due to excess diagnostics
for -Wpsabi.

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

* gcc.target/i386/pr107271.c: Add -Wno-psabi to dg-options.
* gcc.dg/debug/btf/btf-function-3.c: Likewise.

gcc/testsuite/gcc.dg/debug/btf/btf-function-3.c
gcc/testsuite/gcc.target/i386/pr107271.c

index c83b823d22f3fcec6bffa6c44f627d6fe7e40bec..884d25cfbdab041c557ba85212fbdc784e506fa7 100644 (file)
@@ -7,7 +7,7 @@
    has type_id=0.  */
 
 /* { dg-do compile } */
-/* { dg-options "-O0 -gbtf -dA" } */
+/* { dg-options "-O0 -gbtf -dA -Wno-psabi" } */
 
 /* { dg-final { scan-assembler-times "\[\t \]0xd000003\[\t \]+\[^\n\]*btt_info" 1 } } */
 /* { dg-final { scan-assembler-times "farg_name" 3 } } */
index fe89c9a5bef5adb4d2bfece97fec3d08f1aa0a13..3e111522183138835148a0454f1644200dd42c7c 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O0" } */
+/* { dg-options "-O0 -Wno-psabi" } */
 
 typedef int __attribute__((__vector_size__ (16))) V;