From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E4C4F385DC1F; Mon, 9 May 2022 17:16:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E4C4F385DC1F From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug build/29110] Build failure for x86_64-w64-mingw32 GCC 13 host (because of win32 thread model?) Date: Mon, 09 May 2022 17:16:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2022 17:16:38 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D29110 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at sourceware dot org |tromey at sourcewar= e dot org Status|WAITING |NEW --- Comment #4 from Tom Tromey --- That does seem to be the issue, I have: Thread model: posix I don't think I realized there were different models like this, with different properties -- I thought that the basics were the same everywhere and that just threads didn't work. Anyway, what does this show on your gdb build? murgatroyd. grep CXX_STD_THREAD gdbsupport/config.h=20 #define CXX_STD_THREAD 1 I'm wondering if the configure check can be relied on. Patching around this might be a bit of a pain but it can be done. --=20 You are receiving this mail because: You are on the CC list for the bug.=