diff --git a/gcc/testsuite/gcc.dg/torture/pr77937-1.c b/gcc/testsuite/gcc.dg/torture/pr77937-1.c index 5f921fd0606..33761aa2464 100644 --- a/gcc/testsuite/gcc.dg/torture/pr77937-1.c +++ b/gcc/testsuite/gcc.dg/torture/pr77937-1.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-do options "-O3 -march=amdfam10" { target { x86_64-*-* } } } */ +/* { dg-do options "-O3 -march=amdfam10" { target { i?86-*-* x86_64-*-* } } } */ int *a; int b, c, d; diff --git a/gcc/testsuite/gcc.dg/torture/pr77937-2.c b/gcc/testsuite/gcc.dg/torture/pr77937-2.c index 1c3dfc1c2d1..afb69fb3c18 100644 --- a/gcc/testsuite/gcc.dg/torture/pr77937-2.c +++ b/gcc/testsuite/gcc.dg/torture/pr77937-2.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-do options "-O3 -march=amdfam10" { target { x86_64-*-* } } } */ +/* { dg-do options "-O3 -march=amdfam10" { target { i?86-*-* x86_64-*-* } } } */ extern int fn2(int); extern int fn3(int);