From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 382953865490; Thu, 15 Feb 2024 15:52:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 382953865490 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708012338; bh=qzx3nyDpO5OVkYFSXoogD8Yb6cD463BZXblPmtNNkdc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eTzRzwVPybxJW7W2+oMW7QeVk2Tnj+MMaKLDjc+txh81Ex2LxH/3t2pUINULfdCwr hs1QbWskYloJ4hFM8UJRktP9dFZ+NzYbHU0aglv07S50YHQirsNRE6IWy4XJ2/vrm6 zGZVgHCdVm/zpbcy0I3e51dhYS+nkTLpPLrhJ4Fc= From: "bouanto at zoho dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112575] Segfault in libgccjit due to not cleaning up some target specific cache Date: Thu, 15 Feb 2024 15:52:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.1.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bouanto at zoho dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: WONTFIX X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned 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=3D112575 Antoni changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|UNCONFIRMED |RESOLVED --- Comment #2 from Antoni --- This patch is not necessary anymore, presumable due to this: "However, as of r14-4003-geaa8e8541349df ggc_common_finalize zeroes everything marked with GTY. The array target_attribute_cache does have a GTY marking, so perhaps as of that commit this patch isn't necessary"=