| Index: gcc/gcc/testsuite/gcc.target/alpha/asm-1.c
|
| diff --git a/gcc/gcc/testsuite/gcc.target/alpha/asm-1.c b/gcc/gcc/testsuite/gcc.target/alpha/asm-1.c
|
| index 7b8d0f2f6c526dea87064e1af54ac0f686962e9a..4bb5ecbb73cff466dda49947fc5b15a35b34eb5f 100644
|
| --- a/gcc/gcc/testsuite/gcc.target/alpha/asm-1.c
|
| +++ b/gcc/gcc/testsuite/gcc.target/alpha/asm-1.c
|
| @@ -1,7 +1,7 @@
|
| /* Asm operands that are given as hard registers must keep the same
|
| hard register all the way through compilation. Example derived
|
| from glibc source. */
|
| -/* { dg-do compile { target alpha*-*-* } } */
|
| +/* { dg-do compile } */
|
| /* { dg-options "-O2 -frename-registers -fcprop-registers" } */
|
| /* { dg-final { scan-assembler "callsys1 .0 .19 .0 .16 .17" } } */
|
| /* { dg-final { scan-assembler "callsys2 .0 .19 .0 .16 .17" } } */
|
|
|