From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 137D53858C3A; Sat, 24 Jun 2023 00:43:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 137D53858C3A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687567403; bh=jtcgm4mY37vdDGyZFYEH1FRN2bzaVYom+r/rtP8lWNo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=w+498fSEBR/n6et9A553ZbX2vSiUmQriyK1lmh+0SbZnfC0nfjJCKYioEngSN/pTq 7TczblGM1pbRUZ4K6fUKF9eCu8arUyFuTpRnJMWMIPWFV0jUnDtFhI01HOI2shcjic /mYUzRz+4WmH2JW8+FGoGPu3oXD90rdPz+u1QQdI= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110385] Build of MinGW g++ 13.1.0 fails due to absence of a header file. Date: Sat, 24 Jun 2023 00:43:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.1.0 X-Bugzilla-Keywords: 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: cf_reconfirmed_on bug_status everconfirmed 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=3D110385 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-06-24 Status|UNCONFIRMED |WAITING Ever confirmed|0 |1 --- Comment #1 from Andrew Pinski --- It should have matched this line: single) thread_header=3Dgthr-single.h ;; I am suspecting you are intermixing cgywin and mingw env which is not a val= id thing to do as they have different type of line endings and don't handle ea= ch other.=