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.
/* 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
/* 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))));