Fix segfault in gcov.c (PR gcov-profile/81561).
authorMartin Liska <mliska@suse.cz>
Tue, 1 Aug 2017 14:06:13 +0000 (16:06 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Tue, 1 Aug 2017 14:06:13 +0000 (14:06 +0000)
commit363a06901524d9f2e60451e2ccb9322ca784570a
tree0d79ad3f4921e12bba03ec04b2a9e8728d021df6
parent0102e469f556aed64b50d71c6652baff61999485
Fix segfault in gcov.c (PR gcov-profile/81561).

2017-08-01  Martin Liska  <mliska@suse.cz>

PR gcov-profile/81561
* gcov.c (unblock): Make unblocking safe as we need to preserve
index correspondence of blocks and block_lists.

From-SVN: r250780
gcc/ChangeLog
gcc/gcov.c