aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/arc/long-calls.c
blob: 63fafbcc67430f6d3913e4471ecc3fbd70f9212c (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile } */
/* { dg-options "-O2 -mlong-calls" } */

int g (void);

int f (void)
{
        g();
}

/* { dg-final { scan-assembler "j @g" } } */