https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95362

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Jan Hubicka
<hubi...@gcc.gnu.org>:

https://gcc.gnu.org/g:630474c8904cf797d0ee022d2ab177e25932c1d7

commit r10-8629-g630474c8904cf797d0ee022d2ab177e25932c1d7
Author: Jan Hubicka <j...@suse.cz>
Date:   Fri May 29 12:25:48 2020 +0200

    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  <hubi...@ucw.cz>

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

    (cherry picked from commit 11041c3151e30d197d1c2774721db24332eeccef)

Reply via email to