diff mbox series

[committed] testsuite: Fix up testcase for ia32 [PR98191]

Message ID 20201208233844.GO3788@tucnak
State New
Headers show
Series [committed] testsuite: Fix up testcase for ia32 [PR98191] | expand

Commit Message

Jakub Jelinek Dec. 8, 2020, 11:38 p.m. UTC
Hi!

This new test fails on i686-linux, due to -Wpsabi warnings.
Fixed the usual way, tested on x86_64-linux -m32,-m64,-m32/-mno-sse,
committed to trunk as obvious.

2020-12-09  Jakub Jelinek  <jakub@redhat.com>

	PR tree-optimization/98191
	* gcc.dg/torture/pr98191.c: Add dg-additional-options with
	-w -Wno-psabi.


	Jakub
diff mbox series

Patch

diff --git a/gcc/testsuite/gcc.dg/torture/pr98191.c b/gcc/testsuite/gcc.dg/torture/pr98191.c
index 93cd27c21e1..7c4a6d19613 100644
--- a/gcc/testsuite/gcc.dg/torture/pr98191.c
+++ b/gcc/testsuite/gcc.dg/torture/pr98191.c
@@ -1,4 +1,5 @@ 
 /* { dg-do compile } */
+/* { dg-additional-options "-w -Wno-psabi" } */
 
 typedef double v2df __attribute__((vector_size(2*sizeof(double))));