https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98739
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Martin Liska <mar...@gcc.gnu.org>: https://gcc.gnu.org/g:5089df534b85b795bfcdca8f4f1957ad15a60558 commit r11-6891-g5089df534b85b795bfcdca8f4f1957ad15a60558 Author: Martin Liska <mli...@suse.cz> Date: Fri Jan 22 11:27:16 2021 +0100 Restore profile reproducibility. gcc/ChangeLog: PR gcov-profile/98739 * common.opt: Add missing sign symbol. * value-prof.c (get_nth_most_common_value): Restore handling of PROFILE_REPRODUCIBILITY_PARALLEL_RUNS and PROFILE_REPRODUCIBILITY_MULTITHREADED. libgcc/ChangeLog: PR gcov-profile/98739 * libgcov-merge.c (__gcov_merge_topn): Mark when merging ends with a dropped counter. * libgcov.h (gcov_topn_add_value): Add return value.