From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E0A2B385840B; Mon, 8 Apr 2024 20:10:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E0A2B385840B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712607031; bh=4dPuvWpBDC7TJVLztte6w2F4IYQ+s5e4s1v6suohSOA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=n2Fnh3QWli/EbIsa487pwhc1dcHFoL/droBNXfmOXBWxAFgqgypzvbK5e+8ESLYme XQxb+NGJ4bJI+Gxu+iUrIskNt9XPOGfG/RAukg5OT+pOQNH9pPCpGceOPhlUJ+gkKY axcSLh9vmic33gy8fJntLTMgwqoZQ6chzQ6z8Om0= From: "fw at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libfortran/114646] libgfortran doesn't work with static libpthread Date: Mon, 08 Apr 2024 20:10:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libfortran X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fw at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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 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=3D114646 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fw at gcc dot gnu.org --- Comment #4 from Florian Weimer --- Sorry, threading and -static is expected to work with glibc 2.34 and later. There are no alternative function implementations when linking with and wit= hout libpthread anymore. Instead we always link with the full implementation, and some critical ones have fast paths for truly single-threaded operation.=