URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [unwind-1.c] - Rev 689
Compare with Previous | Blame | View Log
/* { dg-do assemble { target { ! { powerpc-ibm-aix* } } } } */ /* { dg-options "-fleading-underscore -funwind-tables" } */ void func(void) __asm("_func"); void _func(int x) {} void func(void) {}