From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5873B3858D32; Sun, 12 Nov 2023 23:42:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5873B3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699832552; bh=Y5dOwI6qAtNn9U9egy29SvZJaNwfhKb8IwmC1Fdxim4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VPJbbAIla2EwdVgeRUJvubJnhqTNeKv04No36Ew/13rOJoBPKSP6NBRXvs8iVhrNc /Pj647r2r+v3pABzSb3DmPIJ0bKroLiRNX07jotrlItgh6QtNQ+N9/Vi8kqs3QlyMh 7pey2WvuxD1dwy1dr9URo6PgN9eKDQLsYeoLtvpA= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/111934] ICE internal compiler error: in discriminator_for_local_entity, at cp/mangle.cc:2065 Date: Sun, 12 Nov 2023 23:42:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: error-recovery, ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: 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: attachments.created 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=3D111934 --- Comment #6 from Andrew Pinski --- Created attachment 56565 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56565&action=3Dedit unreduced testcase Ok, with this preprocessed source I am able to reproduce it locally. I have not looked into what is the difference on why I could reproduce it w= ith the headers I have.=