URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [instrument-2.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-finstrument-functions -finstrument-functions-exclude-function-list=fn" } */ void fn () { } /* { dg-final { scan-assembler-not "__cyg_profile_func_enter" } } */ /* { dg-final { scan-assembler-not "__cyg_profile_func_exit" } } */
Go to most recent revision | Compare with Previous | Blame | View Log