1 /* Check that branch percentages are calculated in variables
2 that are large enough to hold the count. */
4 /* { dg-options "-fprofile-arcs -ftest-coverage" } */
5 /* { dg-do run { target native } } */
17 void doit (int i
, int j
)
27 for (i
= 0; i
< LIMIT1
; i
++)
28 for (j
= 0; j
< LIMIT2
; j
++)
34 /* { dg-final { run-gcov -b gcov-5b.c } } */