https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94612
--- Comment #15 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Martin Liska <mar...@gcc.gnu.org>: https://gcc.gnu.org/g:b835645c7a51b7e99092abe61d677aa491836f95 commit r10-7771-gb835645c7a51b7e99092abe61d677aa491836f95 Author: Martin Liska <mli...@suse.cz> Date: Fri Apr 17 10:57:03 2020 +0200 Initialize file_data->lto_section_header before lto_mode_identity_table call. PR lto/94612 * lto-common.c: Initialize file_data->lto_section_header before lto_mode_identity_table call. It is needed because it decompresses a LTO section.