Sign in
gnu
/
gcc
/
93ac832f1846e4867aa6537f76f510fab8e3e87d
/
.
/
gcc
/
testsuite
/
gcc.target
/
epiphany
/
mode-switch.c
blob: d7f80a962fd353cfaeb46c4164988a04fe0a989d [
file
] [
log
] [
blame
]
/* { 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
;
}