Committed as obvious (in hindsight). 2022-03-01 Roger Sayle <ro...@nextmovesoftware.com>
gcc/testsuite/ChangeLog * gcc.target/i386/pr80270.c: Don't compile new test case on ia32. Sorry for the noise. Roger --
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 {