From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 08AD63858C83; Mon, 27 Mar 2023 15:42:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 08AD63858C83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679931760; bh=yqIB0k9M8RLA0XuH//doQQr1JgCHtvVc346rdHU/oNs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kdg7L+YUIHZDjDr5MDKFBU/HCNLvveQ4EeCwq1UxbDZETiYIz/uG826NK8qZ1wacg cIStgje85esj+NkKu6iUpGn6QOQUtyYWcdE661SFBccjzUmjJ5pnSEh1Jw/BwJwhF6 24oPNDK3/BUrtiQ9suqRN3YCEFnA+LUhCgtgjscw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/109293] [12/13 Regression] Missing memmem() prototype in fixincludes/fixfixes.c on Windows/MinGW-W64 Date: Mon, 27 Mar 2023 15:42:39 +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 X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone see_also bug_status everconfirmed cf_reconfirmed_on 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |12.3 See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D91085 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Last reconfirmed| |2023-03-27 Summary|Missing memmem() prototype |[12/13 Regression] Missing |in fixincludes/fixfixes.c |memmem() prototype in |on Windows/MinGW-W64 |fixincludes/fixfixes.c on | |Windows/MinGW-W64 --- Comment #1 from Andrew Pinski --- Started with r12-1924-g6bf383c37e6131 .=