URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [arm/] [thumb-stackframe.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-mthumb -Os" } */ /* { dg-require-effective-target arm_thumb1_ok } */ extern void bar(int*); int foo() { int x; bar(&x); return x; } /* { dg-final { scan-assembler-not "sub\[\\t \]*sp,\[\\t \]*sp," } } */
Go to most recent revision | Compare with Previous | Blame | View Log