URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [arm/] [sibcall-2.c] - Rev 691
Compare with Previous | Blame | View Log
/* { 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" } } */