blob: 921c0f30284bb77f522f77c089628b950098a3da [file] [log] [blame]
/* { dg-require-effective-target arm_eabi } */
/* { dg-do compile } */
/* { dg-options "-O2 -mabi=aapcs" } */
extern void __attribute__((weak)) wfunc(void);
void main(void)
{
wfunc(); /* Must not tail-call. */
}
/* { dg-final { scan-assembler-not "b\[\\t \]+wfunc" } } */