Commit d23eb341 by Nitin Yewale Committed by Andreas Schwab

Move from root of repository to intented place.

From-SVN: r90988
parent 763ea904
/* { dg-do compile { target h8300-*-* sh-*-*} } */
/* { dg-options "-O3" } */
/* Test case will check whether rte is generated for two ISRs*/
extern void foo();
#pragma interrupt
void isr1(void)
{
foo();
}
#pragma interrupt
void isr2(void)
{
foo();
}
/* { dg-final { scan-assembler-times "rte" 2} } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment