patchable_function_entry-decl.c (dg-final): Adapt scan-assembler-times for alpha*-*-*.

* c-c++-common/patchable_function_entry-decl.c (dg-final): Adapt
	scan-assembler-times for alpha*-*-*.
	* c-c++-common/patchable_function_entry-default.c (dg-final): Ditto.
	* c-c++-common/patchable_function_entry-definition.c (dg-final): Ditto.

From-SVN: r251126
This commit is contained in:
Uros Bizjak 2017-08-16 20:44:28 +02:00 committed by Uros Bizjak
parent b68a9f34f1
commit 7911a54d98
4 changed files with 13 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2017-08-16 Uros Bizjak <ubizjak@gmail.com>
* c-c++-common/patchable_function_entry-decl.c (dg-final): Adapt
scan-assembler-times for alpha*-*-*.
* c-c++-common/patchable_function_entry-default.c (dg-final): Ditto.
* c-c++-common/patchable_function_entry-definition.c (dg-final): Ditto.
2017-08-16 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/81116

View file

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

View file

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

View file

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