From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9CF583809BC7; Thu, 6 Jun 2024 14:50:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9CF583809BC7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1717685444; bh=YQkLh1jbfKb/mgPNK0gc0A0r83h/3aB2WrXhW0Zu5Qk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=a5wKbO7dHrkaKhJ7n/FotOWkQOPRYWbQdjFHFBsdIud99/cr+x69I7xXlSVNUHe7U d/8X1O8FxpVmdbGBAYK+V41rSXAmUqHdBaRLAg0/gELnaoGhOc5IfOmpeSOO2fH5xN yJKR0qjHR9wjpXPUntKY8+zAou4eYLZdxJBcxtzM= 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, 06 Jun 2024 14:50:43 +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: 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 --- Comment #3 from Tobias Burnus --- The following is missing as well: --- a/gcc/omp-general.cc +++ b/gcc/omp-general.cc @@ -3316,3 +3316,5 @@ omp_runtime_api_procname (const char *name) "init_lock", + "init_lock_with_hint", "init_nest_lock", + "init_nest_lock_with_hint", "is_initial_device",=