From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C528B3856974; Sat, 22 Oct 2022 00:24:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C528B3856974 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666398287; bh=6qVoWlESi82A1XK9AgXeKqu8stfwxpfh3YqEvbdtVsM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JaP2XjIbQFvHc+X91jJhd6Sypd9Y0GYrW71JQCYdUwHgBqmSarBPluLQnaL9M6U8x 8Iem6j9CTzCr5OBrUhChl1/UIm2tQzW6M4e55qTE7ZXG7tc+GbjTuM8cTRF7olwnFh Ts0rfXuZuhRiJ+bSMuTQNeuB3B5ax+f5JA6ftd3Q= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/106799] `forming offset [32, 36] is out of the bounds` error with precompiled headers Date: Sat, 22 Oct 2022 00:24:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed bug_status cf_reconfirmed_on 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=3D106799 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |WAITING Last reconfirmed| |2022-10-22 --- Comment #3 from Andrew Pinski --- Can you attach the preprocessed source for the cmake_pch.hxx file?=