From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0C3503858C60; Thu, 30 May 2024 21:24:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0C3503858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1717104300; bh=1ydPwkH8GJmz3XVZ+U1xbYL2SCrEmN6J/oln1UZiehw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=p/zvrgo/xZPnJYx6NwUeYZFyJImcEzKLGny00NqER8jptDCa0ReYc6459M2ObLG/B PER7BkR9r42GFlVGbjIbxMzgSB1tXfIs2h7emBbNMIN/WxwhrtDh4mHolzOu0ZWlEC 55OOVqcybS1K1bEdeL6Ag9HDZXSP2+odt59AhMrM= From: "burnus at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgomp/109452] omp_init_lock_with_hint() and omp_init_nest_lock_with_hint() are undefined Date: Thu, 30 May 2024 21:24:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgomp X-Bugzilla-Version: unknown X-Bugzilla-Keywords: openmp X-Bugzilla-Severity: normal X-Bugzilla-Who: burnus at gcc dot gnu.org X-Bugzilla-Status: NEW 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: keywords bug_status cf_reconfirmed_on cc 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=3D109452 Tobias Burnus changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |openmp Status|UNCONFIRMED |NEW Last reconfirmed| |2024-05-30 CC| |burnus at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Tobias Burnus --- Confirmed for * omp_init_lock_with_hint * omp_init_nest_lock_with_hint Both have a prototype since ages but no actual implementation. Side note: libgomp.texi would need to be updated as well.=