mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
testsuite: Fix up pr111150* tests on i686-linux [PR111150]
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.
This commit is contained in:
committed by
Jakub Jelinek
parent
ec64666f97
commit
3bbc8ea2e3
@@ -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
|
||||
|
||||
@@ -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))));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user