Fix pr77937-1.c and pr77937-2.c testcases
authorMarkus Trippelsdorf <trippels@gcc.gnu.org>
Fri, 14 Oct 2016 11:07:13 +0000 (11:07 +0000)
committerMarkus Trippelsdorf <trippels@gcc.gnu.org>
Fri, 14 Oct 2016 11:07:13 +0000 (11:07 +0000)
From-SVN: r241156

gcc/testsuite/gcc.dg/torture/pr77937-1.c
gcc/testsuite/gcc.dg/torture/pr77937-2.c

index 5f921fd..33761aa 100644 (file)
@@ -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;
index 1c3dfc1..afb69fb 100644 (file)
@@ -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);