From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F2FDA3858C01; Thu, 28 Sep 2023 18:56:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F2FDA3858C01 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695927375; bh=8rGhCx364NVBcXQhq/t19qHcCxGJDKIY12Foi4v2vKg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PMQsYqd7cL4hwAVXZruXMtUOQAb2kVZBXJtq05RC+uI046xmlaKQt6IxZnAzrruSD VhwTU8lEi41UFOHVH/8tC8NMAyTBdlnGba+uhfvuV1JKtXlzpJoc5z04VVLocz4iH3 0SFhzSKZWR0+fuuQwIKUxeTe/CgsVX/7uGX1hrK4= From: "roger at nextmovesoftware dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/71749] Define _REENTRANT on ARC when -pthread is passed Date: Thu, 28 Sep 2023 18:56:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 7.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: roger at nextmovesoftware dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: cc bug_status resolution 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=3D71749 Roger Sayle changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |roger at nextmovesoftware = dot com Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #6 from Roger Sayle --- This has been fixed on mainline since March 2017 thanks to: 2017-03-28 Claudiu Zissulescu Thomas Petazzoni =