From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D35EE3858281; Tue, 28 Mar 2023 07:28:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D35EE3858281 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679988514; bh=nE0eRxHc8cvak34ppbVr/DJu0LiB2UZWCkRBAnZgMek=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CJ+R0h2jS1cA0EoAKfuPmmEW5crVbbjPRqQ3nRHey7HMth6m7cY8BC8TQPjIxNCUk ytT3aiA662haFGoCAMGi5rhryd8Wa8mwyDVahLjh59rmMjVhwBdcDAlr1rynmDjgwC KdI/ylX/Gx5o6T9vV0ZwzltUSQCnenhEQOwXp0Cc= From: "xry111 at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/109293] [12 Regression] Missing memmem() prototype in fixincludes/fixfixes.c on Windows/MinGW-W64 Date: Tue, 28 Mar 2023 07:28:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: build, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: xry111 at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: xry111 at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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=3D109293 Xi Ruoyao changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[12/13 Regression] Missing |[12 Regression] Missing |memmem() prototype in |memmem() prototype in |fixincludes/fixfixes.c on |fixincludes/fixfixes.c on |Windows/MinGW-W64 |Windows/MinGW-W64 --- Comment #8 from Xi Ruoyao --- Will backport the fix into gcc-12 after a bootstrap as verification.=