Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 734006 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +2 lines)
Line  Link Here
--
1
libgcc/libgcov-driver.c | 7 ++++++-
libgcc/libgcov-driver.c | 7 ++++++-
2
1 file changed, 6 insertions(+), 1 deletion(-)
1
1 file changed, 6 insertions(+), 1 deletion(-)
3
-- a/libgcc/libgcov-driver.c
2
++ b/libgcc/libgcov-driver.c
Lines 242-248 prune_counters (struct gcov_info *gi) Link Here
242
	  if (gi->merge[j] == NULL)
242
	  if (gi->merge[j] == NULL)
243
	    continue;
243
	    continue;
244
244
245
	  if (gi->merge[j] == __gcov_merge_topn)
245
	  if (j == GCOV_COUNTER_V_TOPN || j == GCOV_COUNTER_V_INDIR)
246
	    {
246
	    {
247
	      gcc_assert (!(ci->num % GCOV_TOPN_VALUES_COUNTERS));
247
	      gcc_assert (!(ci->num % GCOV_TOPN_VALUES_COUNTERS));
248
	      for (unsigned k = 0; k < (ci->num / GCOV_TOPN_VALUES_COUNTERS);
248
	      for (unsigned k = 0; k < (ci->num / GCOV_TOPN_VALUES_COUNTERS);

Return to bug 734006