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

https://gcc.gnu.org/g:9ef2bfdd451a70f16b0348271aaca656b6ab1570

commit r12-7428-g9ef2bfdd451a70f16b0348271aaca656b6ab1570
Author: Roger Sayle <roger@nextmovesoftware.com>
Date:   Tue Mar 1 10:39:58 2022 +0000

    Restrict new testcase gcc.target/i386/pr80270.c to x86_64.
    
    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.

Diff:
---
 gcc/testsuite/gcc.target/i386/pr80270.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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:41 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:41 [gcc r12-7428] 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).