2018-06-07 Martin Liska <mliska@suse.cz>
* libgcov-driver.c: Rename cs_all to all and assign it from
all_prg.
From-SVN: r261261
+2018-06-07 Martin Liska <mliska@suse.cz>
+
+ * libgcov-driver.c: Rename cs_all to all and assign it from
+ all_prg.
+
2018-06-07 Martin Liska <mliska@suse.cz>
PR bootstrap/86057
{
#if !GCOV_LOCKED
/* summary for all instances of program. */
- struct gcov_summary *cs_all;
+ struct gcov_summary *all;
#endif
/* Merge the summary. */
else
gcov_histogram_merge (prg->histogram, this_prg->histogram);
#if !GCOV_LOCKED
- all = &all_prg->ctrs[t_ix];
+ all = all_prg;
if (!all->runs && prg->runs)
{
all->num = prg->num;