URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.misc-tests/] [gcov-9.c] - Rev 20
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test gcov block mode. */ /* { dg-options "-fprofile-arcs -ftest-coverage" } */ /* { dg-do run { target native } } */ int main () { unsigned ix; for (ix = 10; ix--;); /* count(11) */ return 0; } /* { dg-final { run-gcov { -a gcov-9.c } } } */
Go to most recent revision | Compare with Previous | Blame | View Log