]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Fix up pr111150* tests on i686-linux [PR111150]
authorJakub Jelinek <jakub@redhat.com>
Wed, 17 Jul 2024 21:47:17 +0000 (23:47 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 17 Jul 2024 21:47:17 +0000 (23:47 +0200)
The tests FAIL on i686-linux due to unexpected -Wpsabi diagnostics.
Fixed as usually by adding -Wno-psabi to dg-options.

2024-07-17  Jakub Jelinek  <jakub@redhat.com>

PR tree-optimization/111150
* gcc.dg/tree-ssa/pr111150.c: Add -Wno-psabi to dg-options.
* g++.dg/tree-ssa/pr111150.C: Likewise.

gcc/testsuite/g++.dg/tree-ssa/pr111150.C
gcc/testsuite/gcc.dg/tree-ssa/pr111150.c

index ca02d8dc51e389aa99896ad9488bbb611f20fbe6..ac5d3ef15d83aed4c91b65ac93955d281e7f7629 100644 (file)
@@ -1,6 +1,7 @@
 /* PR tree-optimization/111150 */
 /* { dg-do compile } */
-/* { dg-options "-O1 -fdump-tree-forwprop1" } */
+/* { dg-options "-O1 -fdump-tree-forwprop1 -Wno-psabi" } */
+
 typedef int v4si __attribute((__vector_size__(4 * sizeof(int))));
 
 /* Before the patch, VEC_COND_EXPR was generated for each statement in the
index cf25c5d758c1e27ca98a9041134f5ebbebeade6d..568ae9e44b3dea499b84abb3c36b003fe426c4b2 100644 (file)
@@ -1,6 +1,6 @@
 /* PR tree-optimization/111150 */
 /* { dg-do compile } */
-/* { dg-options "-O1 -fdump-tree-forwprop1" } */
+/* { dg-options "-O1 -fdump-tree-forwprop1 -Wno-psabi" } */
 
 typedef int v4si __attribute((__vector_size__(4 * sizeof(int))));