From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 415FB384AB5A; Thu, 16 May 2024 09:14:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 415FB384AB5A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715850855; bh=mWeyUlPpGm4z9nLqU4ErmWe2aVNq3e55S1bajFQVUn8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XWZNMBPmtwtxFzokIqRLimjlz9W6guSyiugG2JKBSEjizuyvjYC3nHtL8DUgvh4W9 dkFSBW7CHjsMP0zL9bwkIicT9Za7HKidD4Y3mEo8zLrTit9BhfBvxBIJVdT1lz0eK+ qpQfTeG2MRIvICdkqRT/pcspBWGwHZGdbgowcdnA= From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/115106] [15 regression] SEGV in sem_elab.internal_representation.nts_map.mutate_and_rehash Date: Thu, 16 May 2024 09:14:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ada X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: build, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 15.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status everconfirmed cf_reconfirmed_on cc 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=3D115106 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Last reconfirmed| |2024-05-16 CC| |ebotcazou at gcc dot gnu.o= rg --- Comment #2 from Eric Botcazou --- > The reghunt identified >=20 > commit 9b7cad5884f21cc5783075be0043777448db3fab > Author: Jan Hubicka > Date: Wed May 15 14:14:27 2024 +0200 >=20 > Avoid pointer compares on TYPE_MAIN_VARIANT in TBAA Thanks for tracking this down! > FWIW, none of amd64-pc-solaris2.11, i686-pc-linux-gnu, and > x86_64-pc-linux-gnu show the failure. See PR ada/115113 though.=