public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Committed] Restrict new testcase gcc.target/i386/pr80270.c to x86_64.
@ 2022-03-01 10:45 Roger Sayle
  0 siblings, 0 replies; only message in thread
From: Roger Sayle @ 2022-03-01 10:45 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 217 bytes --]


Committed as obvious (in hindsight).

2022-03-01  Roger Sayle  <roger@nextmovesoftware.com>

gcc/testsuite/ChangeLog
	* gcc.target/i386/pr80270.c: Don't compile new test case on ia32.

Sorry for the noise.
Roger
--


[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 451 bytes --]

diff --git a/gcc/testsuite/gcc.target/i386/pr80270.c b/gcc/testsuite/gcc.target/i386/pr80270.c
index 89e9c33d090..85dcf103f6a 100644
--- a/gcc/testsuite/gcc.target/i386/pr80270.c
+++ b/gcc/testsuite/gcc.target/i386/pr80270.c
@@ -1,5 +1,5 @@
-/* { dg-do compile } */
-/* { dg-options "-O2 -msse" } */
+/* { dg-do compile { target { ! ia32 } } } */
+/* { dg-options "-O2" } */
 
 typedef int v8 __attribute__((vector_size(8)));
 struct S1 {

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

only message in thread, other threads:[~2022-03-01 10:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-01 10:45 [Committed] Restrict new testcase gcc.target/i386/pr80270.c to x86_64 Roger Sayle

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).