From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EF993385B835; Fri, 17 Apr 2020 08:57:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EF993385B835 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1587113839; bh=tfxpzMHJFpusb2jHH088ve4zB5wqWkiONWJU243njkE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ApJMKl4CWpzzVt5DFMWNoI9CUUlG7zAp+NcOeVtadKDwN+ETWTeqTRhYCk/b42tS/ HN1DQbJO5Mv579Zeqq/tk63ZzGGpE4wbvyR36ONZRe/7yKzDvrFnGWFe8IBOsNAz8n GD3sJ41yYVqdlQVxCw6aWT/2NV7u9/2BjaZFXMUs= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/94612] [10 Regression] Failed to build simple examples with offloading. Date: Fri, 17 Apr 2020 08:57:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: lto X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: patch X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Apr 2020 08:57:20 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94612 --- Comment #15 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:b835645c7a51b7e99092abe61d677aa491836f95 commit r10-7771-gb835645c7a51b7e99092abe61d677aa491836f95 Author: Martin Liska 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.=