From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CA1B23858D32; Mon, 26 Dec 2022 15:13:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CA1B23858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1672067625; bh=ov7lfuebkqwUAklO5N4VrvNDDfgbyxhXpDZMzQcjm1c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SpOjRWo4mqKz+SK1TuC+DGIKMnJYjvro3UAEbZYY3hOkaG//JeZfcLSsVmTffORo5 VZmuhY9XKxUwfdwGbr5jKET6YuCdvGeGYdQS3CI2on+6JQ61YuV3ORF5D2EwDwPhPX 3NaewFL/0KVq+gMuW5UCl/oCIPQ8JPGXAskCZABc= From: "i.nixman at autistici dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/108210] error: 'mutex' does not name a type; did you mean 'minutes'? for x86_64-w64-mingw32 target with win32 thread model Date: Mon, 26 Dec 2022 15:13:45 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: i.nixman at autistici dot org X-Bugzilla-Status: UNCONFIRMED 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: 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=3D108210 --- Comment #5 from niXman --- (In reply to niXman from comment #4) > (In reply to nightstrike from comment #2) > > Is this before or after this patch set was applied? > >=20 > > https://gcc.gnu.org/pipermail/gcc-patches/2022-December/609116.html >=20 > I think it can be so because of unspecified `--enable-libstdcxx-threads= =3Dyes` > option. will try to build now without that option.=