1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/* { dg-do compile { target h8300-*-* sh-*-* sh[1234ble]*-*-* } } */ /* { dg-options "-O" } */ /* This test case will check whether rte is generated only for isr. */ #pragma interrupt void isr() { } void delay(int a) { } int main() { return 0; } /* { dg-final { scan-assembler-times "rte" 1} } */