diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/i386-sse-8.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/i386-sse-8.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/i386-sse-8.c b/gcc/testsuite/gcc.dg/i386-sse-8.c index e74f0c0f679..3197e99a24c 100644 --- a/gcc/testsuite/gcc.dg/i386-sse-8.c +++ b/gcc/testsuite/gcc.dg/i386-sse-8.c @@ -1,7 +1,8 @@ /* PR target/14313 */ /* Origin: <Pawe Sikora <pluto@ds14.agh.edu.pl> */ -/* { dg-do compile } */ +/* The xstormy16 doesn't support V2DI. */ +/* { dg-do compile { xfail xstormy16-*-* } } */ /* { dg-options "" } */ /* { dg-options "-march=pentium3" { target i?86-*-* } } */ /* { dg-forbid-option "-m64" { target i?86-*-* } } */ |