From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F400F384E118; Mon, 3 Jun 2024 22:25:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F400F384E118 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1717453518; bh=Xh6Gybt0cmSiDHZ7KSMRZXADv+BmHHt/s+c5ABUNGeU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZOIqzL8b92aW+i7cNews2DL2kQBYvED0yQp5MTDhC0kU7pRTHzsuGGX3MGNhkNn2R ks4h44eI+T8yh80dSotOaCfa2DFZ6XV6QorU9WJkpwhNM3v+zrPsvXV8L1MNrJvpur 93ANxdbHJZzPURT4qDmXi12tSsrqtQVTwQBKvyU8= From: "reachrajesh747 at gmail dot com" 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: Mon, 03 Jun 2024 22:25:17 +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: reachrajesh747 at gmail dot com 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: 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=3D109452 Rajesh Shashi Kumar changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |reachrajesh747 at gmail do= t com --- Comment #2 from Rajesh Shashi Kumar -= -- I encountered the same issue. I would like to note that this also breaks the OpenMP benchmark suites such as https://github.com/EPCCed/epcc-openmp-microbenchmarks from https://www.openmp.org/resources/openmp-benchmarks/. These benchmarks compile fine with LLVM+libomp so I believe this needs to be fixed to be in accordance with the OpenMP 5.0 specification.=