aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Trippelsdorf <trippels@gcc.gnu.org>2016-10-14 11:07:13 +0000
committerMarkus Trippelsdorf <trippels@gcc.gnu.org>2016-10-14 11:07:13 +0000
commit2c3e40f5902a17e6373a198d16426b74ff772fbc (patch)
treee8ba07794bb1d4798ceaff9728d03600cf8db3b6
parent74d2b9071b2a3fb1b5615b7db181661fd225bcc4 (diff)
downloadgcc-2c3e40f5902a17e6373a198d16426b74ff772fbc.zip
gcc-2c3e40f5902a17e6373a198d16426b74ff772fbc.tar.gz
gcc-2c3e40f5902a17e6373a198d16426b74ff772fbc.tar.bz2
Fix pr77937-1.c and pr77937-2.c testcases
From-SVN: r241156
-rw-r--r--gcc/testsuite/gcc.dg/torture/pr77937-1.c2
-rw-r--r--gcc/testsuite/gcc.dg/torture/pr77937-2.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/torture/pr77937-1.c b/gcc/testsuite/gcc.dg/torture/pr77937-1.c
index 5f921fd..33761aa 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 1c3dfc1..afb69fb 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);