blob: bd7c6e98fc6586d8dbcd482e0b883bbff09ca838 [file] [log] [blame]
/* { dg-do compile { target { ! nvptx*-*-* } } } */
/* { dg-options "-O2 -fpatchable-function-entry=3,1" } */
/* { dg-final { scan-assembler-times "nop|NOP" 3 { target { ! { alpha*-*-* visium-*-* } } } } } */
/* { dg-final { scan-assembler-times "bis" 3 { target alpha*-*-* } } } */
/* { dg-final { scan-assembler-times "nop" 4 { target visium-*-* } } } */
extern int a;
/* Nothing declared must not mean anything. */
int f3 (void);
/* F3 should get a default-sized NOP area. */
int
__attribute__((noinline))
f3 (void)
{
return 5*a;
}