]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix segfault in gcov.c (PR gcov-profile/81561).
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Aug 2017 14:06:13 +0000 (14:06 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Aug 2017 14:06:13 +0000 (14:06 +0000)
commit3c311329bd71ab4589fced78baf30187e50b6d3f
tree0d79ad3f4921e12bba03ec04b2a9e8728d021df6
parent486d729675df4ea392a0c8662bf6e0fa69595980
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.

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