From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7328E3858D32; Mon, 29 Jan 2024 05:59:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7328E3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706507953; bh=zCvg0939b0T98se8zJwL+/4IXC0eymr3nGSBQV7u4ts=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZixeZtFMyKUSnpP8U/2j4qLcvneQjFCyjSfvRRNhhBva00GIShi8AwZmte9VdR8vi qSwV0hCTlgfJehINApdoIj7InQHcc/RTjmKTnLOpv0I8SYEqsTK3yTkzhYHDYnkFTs tPr9eqBjqgKHZylXt8B9lxykxZytwIYBrfTOkP2I= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/113636] [14 Regression] internal compiler error: in dead_debug_global_find, at valtrack.cc:275 Date: Mon, 29 Jan 2024 05:59:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code, needs-bisection, needs-reduction 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D113636 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rsandifo at gcc dot gnu.org --- Comment #7 from Andrew Pinski --- Looks like it is early RA which exposing/causing this. Adding `-mearly-ra=3Dnone` to the command line causes the ICE to go away. I tried to create a C testcase but I am unable to so far. Plus it requires debugging info so it is harder to recreate with inlining and such.=