From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4EAF93886C4F; Thu, 27 Oct 2022 08:34:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4EAF93886C4F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666859660; bh=7gCZfHXVnTEninrCG7lAXo7GkDVEj1uBSMvNrYTdhpg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DCTb8NIjjpuV/ruM3Y8H5IH9J4lLrISwdWP5IBueKVVNXMbm5ND9QJyjstF8/O7XM ZFuRdFhxl40T9M4fRSZhDZUZjlDTN3sFsFD4hW3IMzyIYQbI/5tHf1Eyc1R6U8eJau BszTqxC2SIE2yuJmp+QvXqBcQ8fHAleXlvCyUMs0= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/107418] lto-dump -gimple-stats ICE Segmentation Fault Date: Thu, 27 Oct 2022 08:33:53 +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: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107418 Martin Li=C5=A1ka changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #4 from CVS Commits --- The releases/gcc-12 branch has been updated by Martin Liska : https://gcc.gnu.org/g:ca0220d42e075194ca1341c98a0a9a9f3fd1c719 commit r12-8872-gca0220d42e075194ca1341c98a0a9a9f3fd1c719 Author: Martin Liska Date: Thu Oct 27 10:29:17 2022 +0200 lto: do not load LTO stream for aliases [PR107418] PR lto/107418 gcc/lto/ChangeLog: * lto-dump.cc (lto_main): Do not load LTO stream for aliases. (cherry picked from commit be6c75547385c69706370f4e792b04295f708a5a) --- Comment #5 from Martin Li=C5=A1ka --- Fixed for GCC 12/13 releases.=