diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/i386-sse-8.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/i386-sse-8.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/testsuite/gcc.dg/i386-sse-8.c b/gcc/testsuite/gcc.dg/i386-sse-8.c index 7ae52fdca7c..bb89b444bc0 100644 --- a/gcc/testsuite/gcc.dg/i386-sse-8.c +++ b/gcc/testsuite/gcc.dg/i386-sse-8.c @@ -1,11 +1,11 @@ -/* PR target/14313 */ +/* PR target/14343 */ /* Origin: <Pawe Sikora <pluto@ds14.agh.edu.pl> */ /* The xstormy16 doesn't support V2DI. */ /* { dg-do compile { xfail xstormy16-*-* } } */ /* { dg-options "" } */ -/* { dg-options "-march=pentium3" { target i?86-*-* } } */ -/* { dg-skip-if "" { i?86-*-* } { "-m64" } { "" } } */ +/* { dg-options "-march=pentium3" { target i?86-*-* x86_64-*-* } } */ +/* { dg-require-effective-target ilp32 } */ int main() { |