URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [attr-isr-trapa.c] - Rev 750
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile { target { { sh-*-* sh[1234ble]*-*-* } && nonpic } } } */ /* { dg-options "-O" } */ extern void foo (); void (__attribute__ ((trapa_handler)) isr) () { foo (); } /* { dg-final { scan-assembler-times "rte" 1} } */ /* No interrupt-specific saves should be needed. / /* { dg-final { scan-assembler-not "\[^f\]r\[0-7\]\[ \t,\]\[^\n\]*r15" } } */ /* { dg-final { scan-assembler-not "@r15\[^\n\]*\[^f\]r\[0-7\]\n" } } */ /* { dg-final { scan-assembler-not "\[^f\]r\[8-9\]" } } */ /* { dg-final { scan-assembler-not "\[^f\]r1\[,0-3\]" } } */ /* { dg-final { scan-assembler-not "macl" } } */
Go to most recent revision | Compare with Previous | Blame | View Log