public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] testsuite: Fix up c-c++-common/builtin-shufflevector-3.c testcase [PR101530]
@ 2022-01-12  8:55 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2022-01-12  8:55 UTC (permalink / raw)
  To: gcc-patches

Hi!

This fixes on i686-linux:
FAIL: c-c++-common/builtin-shufflevector-3.c  -Wc++-compat  (test for excess errors)
Excess errors:
.../gcc/testsuite/c-c++-common/builtin-shufflevector-3.c:6:1: warning: SSE vector argument without SSE enabled changes the ABI [-Wpsabi]

Committed as obvious.

2022-01-12  Jakub Jelinek  <jakub@redhat.com>

	PR middle-end/101530
	* c-c++-common/builtin-shufflevector-3.c: Add -Wno-psabi to
	dg-options.

--- gcc/testsuite/c-c++-common/builtin-shufflevector-3.c.jj	2022-01-11 23:11:22.830283971 +0100
+++ gcc/testsuite/c-c++-common/builtin-shufflevector-3.c	2022-01-12 09:37:43.013565187 +0100
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-options "-Wno-psabi" } */
 
 typedef int __attribute__((__vector_size__ (sizeof(int)*4))) V;
 


	Jakub


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

only message in thread, other threads:[~2022-01-12  8:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-12  8:55 [committed] testsuite: Fix up c-c++-common/builtin-shufflevector-3.c testcase [PR101530] 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).