1 /* Test gcov block mode. */
3 /* { dg-options "-fprofile-arcs -ftest-coverage" } */
4 /* { dg-do run { target native } } */
10 ix
= 10; goto test
; loop
: ; if (ix
& 1) jx
++; test
: ; if (ix
--) goto loop
; /* count(11) */
15 /* { dg-final { run-gcov { -a gcov-10b.c } } } */