OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [epiphany/] [interrupt-2.c] - Rev 699

Go to most recent revision | Compare with Previous | Blame | View Log

/* { dg-options "-g" } */
 
void __attribute__((interrupt))
universal_handler (void)
{
}
 
void __attribute__((interrupt("dma0","Vss","dma1")))
g (void)
{ /* { dg-warning "is not \"reset\"" } */
}
 
void __attribute__((interrupt("dma0","dma1","timer1","reset"),
		    forwarder_section("test")))
misc_handler (void)
{
}
 
void __attribute__((interrupt(dma0,42)))
h (void)
{ /* { dg-warning "is not a string constant" } */
}
 
/* { dg-final { scan-assembler-times "b\[ \t\]*_misc_handler" 4 } } */
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.