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 5f921fd0606fccb7cf95a69cebdbbb2fb2f97596..33761aa2464cf4463b9ea524905d7920eacdc36d 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 1c3dfc1c2d18231e95986d7126eb62b0d36326e0..afb69fb3c18a5d7fd4810b07acfdce479cda27fd 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);