From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CDA783858D28; Sat, 27 Jan 2024 21:53:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CDA783858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706392409; bh=O5BQ6kYZu8M5I0I30b8AANmwvvOfG++9QluhPhBZKmc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sBXEbCA/pRU4KGZ5/pEjfEplSeZoVrCZQhvZ8F0WCleyQ4pwVwHWn63FHbrxSvVQJ xdzkRD57RTYXzwn9iyMK8FVT9LH8FjTzOnPgJTSV0yJfbZkvsKuUlDxY2xE3YOze4D 982JuFw7teWfXq1uVWPijnsyyShWG+fWp3/G50W0= From: "lhyatt at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug preprocessor/105608] [11/12/13/14 Regression] ICE: in linemap_add with a really long defined macro on the command line r11-338-g2a0225e47868fbfc Date: Sat, 27 Jan 2024 21:53:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: preprocessor X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: lhyatt at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_file_loc keywords 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=3D105608 Lewis Hyatt changed: What |Removed |Added ---------------------------------------------------------------------------- URL|https://gcc.gnu.org/piperma | |il/gcc-patches/2023-Decembe | |r/639467.html | Keywords|ice-on-valid-code, patch | --- Comment #9 from Lewis Hyatt --- The ICE regression is fixed for GCC 11,12,13,14. Leaving it open to track t= he wrong location issue.=