Fix streamer desynchornization caused by streamer debugging patch
authorJan Hubicka <jh@suse.cz>
Fri, 29 May 2020 10:25:48 +0000 (12:25 +0200)
committerJan Hubicka <jh@suse.cz>
Fri, 29 May 2020 10:25:48 +0000 (12:25 +0200)
commit11041c3151e30d197d1c2774721db24332eeccef
tree77a50c3f20820020f19df906a1318824e5a509c3
parent6bee5ffd8ad1ea6640354db62f86591ab6b19954
Fix streamer desynchornization caused by streamer debugging patch

it turns out I lost one hunk in the patch disabling extra streaming
which causes streamer to go out of sync in the case non-trivial scc
containing the node being streamed appears in local stream (which seems
quite rare since it does not happen during bootstrap).

2020-05-29  Jan Hubicka  <hubicka@ucw.cz>

PR lto/95362
* lto-streamer-out.c (lto_output_tree): Disable redundant streaming.
gcc/lto-streamer-out.c