From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 319FA3858D35; Wed, 1 Nov 2023 21:56:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 319FA3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698875785; bh=2XGTLormzXY2ohEeooD9GTppqw5HtSruT3R8DD1cFU8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EZIbukxKinyF1VRMx0MoGfD8TLB8827+QxyK8rKuYOpbhiXhiUQ/41mCZBnNeSPWJ 5dWmvLIuamZ/fAT7ScfWDuEtAghIqKVxGJyk7Ga4iBlJHugp4atzHeAYp+Aw8yc2z4 eFzTaHa8HSNjSS/IFTmMToeXIYhvSWre/jyiMpQ0= From: "lhyatt at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug pch/112319] [14 Regression] segfault with pch and #pragma GCC diagnostic Date: Wed, 01 Nov 2023 21:56:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: pch X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: lhyatt at gcc dot gnu.org X-Bugzilla-Status: NEW 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: 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=3D112319 --- Comment #2 from Lewis Hyatt --- Patch sent for review: https://gcc.gnu.org/pipermail/gcc-patches/2023-November/634931.html=