public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] testsuite: Fix up pr106243* tests on i686-linux [PR106243]
@ 2022-08-11  8:34 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2022-08-11  8:34 UTC (permalink / raw)
  To: gcc-patches

Hi!

These 2 tests were FAILing on i686-linux or e.g. with
--target_board=unix/-m32/-mno-sse on x86_64-linux due to
-Wpsabi warnings.

Tested with
make check-gcc check-g++ RUNTESTFLAGS='--target_board=unix\{-m32,-m32/-mno-sse,-m64\} dg.exp=pr106243*'
on x86_64-linux, committed to trunk as obvious.

2022-08-11  Jakub Jelinek  <jakub@redhat.com>

	PR tree-optimization/106243
	* gcc.dg/pr106243.c: Add -Wno-psabi to dg-options.
	* gcc.dg/pr106243-1.c: Likewise.

--- gcc/testsuite/gcc.dg/pr106243.c.jj	2022-08-10 09:06:52.955213523 +0200
+++ gcc/testsuite/gcc.dg/pr106243.c	2022-08-11 10:13:52.965111058 +0200
@@ -1,6 +1,6 @@
 /* PR tree-optimization/106243 */
 /* { dg-do compile } */
-/* { dg-options "-O2 -fdump-tree-optimized" } */
+/* { dg-options "-O2 -Wno-psabi -fdump-tree-optimized" } */
 
 #define vector __attribute__((vector_size(4*sizeof(int))))
 
--- gcc/testsuite/gcc.dg/pr106243-1.c.jj	2022-08-10 09:06:52.955213523 +0200
+++ gcc/testsuite/gcc.dg/pr106243-1.c	2022-08-11 10:14:06.381931542 +0200
@@ -1,6 +1,6 @@
 /* PR tree-optimization/106243 */
 /* { dg-do run } */
-/* { dg-options "-O2" } */
+/* { dg-options "-O2 -Wno-psabi" } */
 
 #include "pr106243.c"
 

	Jakub


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-12  9:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-11  8:34 [committed] testsuite: Fix up pr106243* tests on i686-linux [PR106243] Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).