From: Markus Trippelsdorf Date: Fri, 14 Oct 2016 11:07:13 +0000 (+0000) Subject: Fix pr77937-1.c and pr77937-2.c testcases X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2c3e40f5902a17e6373a198d16426b74ff772fbc;p=gcc.git Fix pr77937-1.c and pr77937-2.c testcases From-SVN: r241156 --- 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);