gcc/testsuite:
[official-gcc.git] / gcc / testsuite / gcc.target / epiphany / mode-switch.c
blobd7f80a962fd353cfaeb46c4164988a04fe0a989d
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3 /* { dg-final { scan-assembler "#-917506" } } */
4 /* PR 60651 */
6 int a;
7 int c;
9 void __attribute__((interrupt))
10 misc_handler (void) {
11 a*= c;