ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gcc.target/mips/call-2.c

14 lines
261 B
C

/* See through some simple data-flow. */
/* { dg-options "-mno-micromips -mrelax-pic-calls" } */
/* { dg-final { scan-assembler-times "\\.reloc\t1f,R_MIPS_JALR,g\n1:\tjalrc?\t" 2 } } */
extern void g (void);
int
NOMIPS16 f ()
{
g ();
g ();
return 1;
}