From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E3512385782B; Mon, 2 Oct 2023 04:40:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E3512385782B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696221621; bh=PTeTr64SXlpmZllDpGUIuJbavyJjaUd/kZ1wQLu8o3o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Cirv/E++1KjQGPLP5UbFCqRbpzdX+0j5PuzEFnaAbbwq4tcfa7AuWH/5qmr70NZZ1 dLq6MRNS4qNNxCi5xqNmt4AmekG0BQ/waMVkDFpAoXoFx9x8GSaAGreLoBvie3FAE2 fgsYpJfV96qIO+aF9IK2bOnPj9lxMg4crQwM2m9o= From: "xry111 at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyBib290c3RyYXAvMTExNjQyXSBbMTQgUmVncmVzc2lvbl0g?= =?UTF-8?B?Ym9vdHN0cmFwNCBvciBwcm9maWxlZGJvb3RzdHJhcCBmYWlsdXJlOiBwb2x5?= =?UTF-8?B?LWludC5oOjQ1Mzo1OiBlcnJvcjogdG9vIG1hbnkgaW5pdGlhbGl6ZXJzIGZv?= =?UTF-8?B?ciDigJhsb25nIGludCBbMV3igJkgKHBvc3NpYmx5IHNpbmNlIHIxNC00MzM5?= =?UTF-8?B?LWdlYWE0MWE2ZGMxMjdkOCk=?= Date: Mon, 02 Oct 2023 04:40:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: xry111 at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rsandifo at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D111642 Xi Ruoyao changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xry111 at gcc dot gnu.org --- Comment #15 from Xi Ruoyao --- (In reply to Richard Sandiford from comment #13) > Created attachment 56023 [details] > Tentative fix >=20 > Sorry for the radio silence, had a network outage. I'm testing the > attached, which if it works would avoid resorting to the preprocessor. Works for me too. I ran into this issue when I tried to build GCC on a dev workstation where host GCC was configured with --enable-checking=3Dyes,extr= a.=