From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6BBDC384773F; Fri, 15 Dec 2023 21:30:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6BBDC384773F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702675809; bh=zH4Wf7F3zea4HKXeRXKrufDmV9qhatevZ0MN6jjnlLw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hA9xMEMSi1x2B7tEiP43jBmR0duwJTp9VIi6MKUNDGkTBAtxHrJWDXamtE2RSUK6K Ib07DtXW3gTKpY4ZkOpeeH2bSKuFkF66YoQTU8CuxBnpZgZ2S/51HaHBihcmv/OhNH lnUpbBEIY1dte+AntFJ1PFM9VArcowwkj0WW6meQ= 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: Fri, 15 Dec 2023 21:30:05 +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: ice-on-valid-code, patch 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: keywords bug_file_loc 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 ---------------------------------------------------------------------------- Keywords| |patch URL| |https://gcc.gnu.org/piperma | |il/gcc-patches/2023-Decembe | |r/639467.html --- Comment #4 from Lewis Hyatt --- I submitted the simple patch to resolve the ICE here: https://gcc.gnu.org/pipermail/gcc-patches/2023-December/639467.html=