Fix gcov misleading error (PR gcov-profile/86817).
commit733fad0936b46794f9e1ba6742471bd9f351a4c9
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Aug 2018 10:17:34 +0000 (2 10:17 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Aug 2018 10:17:34 +0000 (2 10:17 +0000)
tree69e3f5f121983949527a7f1d201a8582a51beabd
parent1a1934d31636a8bd72a6d93143dbe216ff6e6ad4
Fix gcov misleading error (PR gcov-profile/86817).

2018-08-02  Martin Liska  <mliska@suse.cz>

        PR gcov-profile/86817
* gcov.c (process_all_functions): New function.
(main): Call it.
(process_file): Move functions processing to
        process_all_functions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263248 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gcov.c