Fix pr77937-1.c and pr77937-2.c testcases

From-SVN: r241156
This commit is contained in:
Markus Trippelsdorf 2016-10-14 11:07:13 +00:00
parent 74d2b9071b
commit 2c3e40f590
2 changed files with 2 additions and 2 deletions

View 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;

View 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);