From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B138C3857BBD; Thu, 22 Feb 2024 14:45:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B138C3857BBD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708613111; bh=CwyWg8h3W3FKzAlTz8B1cDpN4oNjvzeWGCEjm2zDG5o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lLQcsadjZAXgAPNrdFk2azJ47s/KiI/9JgQ3YjEs8mkN3vVzrcQlCAjTVLyvLfoGO qdd1UePfBMmug4HP2MVTGQ7SxxSMJevshmx3SOWo5sszPYo1646RdAxWw6POaz9Dfq qFb+FrfoApnY1yQzgu4Mn/WlHyizdhKvL95X5MXI= From: "cvs-commit 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: Thu, 22 Feb 2024 14:45:08 +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: patch X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit 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: 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 --- Comment #16 from GCC Commits --- The releases/gcc-13 branch has been updated by Lewis Hyatt : https://gcc.gnu.org/g:0e438772e788244236045d75cd2be895e2ab4e08 commit r13-8353-g0e438772e788244236045d75cd2be895e2ab4e08 Author: Lewis Hyatt Date: Thu Feb 22 07:50:10 2024 -0500 testsuite: Remove test that should not have been backported [PR105608] This test (backported as part of r13-8257, from r14-8465) was not meant= to be backported, since it fails on some platforms without other GCC 14 patches that will not be backported. Remove it from the 13 branch. gcc/testsuite/ChangeLog: PR preprocessor/105608 * g++.dg/pch/line-map-3.C: Removed. * g++.dg/pch/line-map-3.Hs: Removed.=