summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/epiphany/mode-switch.c
blob: d7f80a962fd353cfaeb46c4164988a04fe0a989d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler "#-917506" } } */
/* PR 60651 */

int a;
int c;

void __attribute__((interrupt))
misc_handler (void) {
   a*= c;
}