URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [x86_64/] [abi/] [callabi/] [leaf-1.c] - Rev 753
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-O2 -mabi=sysv" } */ __attribute__ ((ms_abi)) int foo (void) { return 0; } /* { dg-final { scan-assembler-not "%rsp" } } */
Go to most recent revision | Compare with Previous | Blame | View Log