Commit 7911a54d by Uros Bizjak Committed by Uros Bizjak

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
parent b68a9f34
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> 2017-08-16 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/81116 PR fortran/81116
......
/* { dg-do compile { target { ! nvptx*-*-* } } } */ /* { dg-do compile { target { ! nvptx*-*-* } } } */
/* { dg-options "-O2 -fpatchable-function-entry=3,1" } */ /* { 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; extern int a;
......
/* { dg-do compile { target { ! nvptx*-*-* } } } */ /* { dg-do compile { target { ! nvptx*-*-* } } } */
/* { dg-options "-O2 -fpatchable-function-entry=3,1" } */ /* { 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; extern int a;
......
/* { dg-do compile { target { ! nvptx*-*-* } } } */ /* { dg-do compile { target { ! nvptx*-*-* } } } */
/* { dg-options "-O2 -fpatchable-function-entry=3,1" } */ /* { 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; extern int a;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment