blob: 9e92463c7d4e5e5a684bb9f3b4bdbfa16b1364e4 [file] [log] [blame]
/* { dg-do compile { target { ! nvptx*-*-* } } } */
/* { dg-options "-O2 -fpatchable-function-entry=3,1" } */
/* { dg-additional-options "-mcpu=gr6" { target visium-*-* } }
/* { dg-final { scan-assembler-times "nop" 3 { target { ! { alpha*-*-* } } } } } */
/* { dg-final { scan-assembler-times "bis" 3 { target alpha*-*-* } } } */
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;
}