Index: c-c++-common/patchable_function_entry-decl.c =================================================================== --- c-c++-common/patchable_function_entry-decl.c (revision 251122) +++ c-c++-common/patchable_function_entry-decl.c (working copy) @@ -1,6 +1,7 @@ /* { dg-do compile { target { ! nvptx*-*-* } } } */ /* { dg-options "-O2 -fpatchable-function-entry=3,1" } */ -/* { dg-final { scan-assembler-times "nop" 2 } } */ +/* { dg-final { scan-assembler-times "nop" 2 { target { ! alpha*-*-* } } } } */ +/* { dg-final { scan-assembler-times "bis" 2 { target alpha*-*-* } } } */ extern int a; Index: c-c++-common/patchable_function_entry-default.c =================================================================== --- c-c++-common/patchable_function_entry-default.c (revision 251122) +++ c-c++-common/patchable_function_entry-default.c (working copy) @@ -1,6 +1,7 @@ /* { dg-do compile { target { ! nvptx*-*-* } } } */ /* { dg-options "-O2 -fpatchable-function-entry=3,1" } */ -/* { dg-final { scan-assembler-times "nop" 3 } } */ +/* { dg-final { scan-assembler-times "nop" 3 { target { ! alpha*-*-* } } } } */ +/* { dg-final { scan-assembler-times "bis" 3 { target alpha*-*-* } } } */ extern int a; Index: c-c++-common/patchable_function_entry-definition.c =================================================================== --- c-c++-common/patchable_function_entry-definition.c (revision 251122) +++ c-c++-common/patchable_function_entry-definition.c (working copy) @@ -1,6 +1,7 @@ /* { dg-do compile { target { ! nvptx*-*-* } } } */ /* { dg-options "-O2 -fpatchable-function-entry=3,1" } */ -/* { dg-final { scan-assembler-times "nop" 1 } } */ +/* { dg-final { scan-assembler-times "nop" 1 { target { ! alpha*-*-* } } } } */ +/* { dg-final { scan-assembler-times "bis" 1 { target alpha*-*-* } } } */ extern int a;