comparison gcc/testsuite/c-c++-common/patchable_function_entry-definition.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* { dg-do compile { target { ! nvptx*-*-* } } } */ 1 /* { dg-do compile { target { ! { nvptx*-*-* visium-*-* } } } } */
2 /* { dg-options "-O2 -fpatchable-function-entry=3,1" } */ 2 /* { dg-options "-O2 -fpatchable-function-entry=3,1" } */
3 /* { dg-final { scan-assembler-times "nop" 1 { target { ! { alpha*-*-* visium-*-* } } } } } */ 3 /* { dg-additional-options "-fno-pie" { target sparc*-*-* } } */
4 /* { dg-final { scan-assembler-times "nop|NOP" 1 { target { ! { alpha*-*-* } } } } } */
4 /* { dg-final { scan-assembler-times "bis" 1 { target alpha*-*-* } } } */ 5 /* { dg-final { scan-assembler-times "bis" 1 { target alpha*-*-* } } } */
5 /* { dg-final { scan-assembler-times "nop" 2 { target visium-*-* } } } */
6 6
7 extern int a; 7 extern int a;
8 8
9 int f3 (void); 9 int f3 (void);
10 10