Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 370719
Collapse All | Expand All

(-)gcc-4.5.2/gcc/coverage.c (-1 lines)
Lines 1029-1035 coverage_init (const char *filename) Link Here
1029
  strcpy (bbg_file_name, filename);
1029
  strcpy (bbg_file_name, filename);
1030
  strcat (bbg_file_name, GCOV_NOTE_SUFFIX);
1030
  strcat (bbg_file_name, GCOV_NOTE_SUFFIX);
1031
1031
1032
  if (flag_profile_use)
1033
    read_counts_file ();
1032
    read_counts_file ();
1034
}
1033
}
1035
1034

Return to bug 370719