NetBSD Problem Report #53416

From www@NetBSD.org  Mon Jul  2 07:36:19 2018
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 0B0147A180
	for <gnats-bugs@gnats.NetBSD.org>; Mon,  2 Jul 2018 07:36:19 +0000 (UTC)
Message-Id: <20180702073618.081157A269@mollari.NetBSD.org>
Date: Mon,  2 Jul 2018 07:36:18 +0000 (UTC)
From: henning.petersen@t-online.de
Reply-To: henning.petersen@t-online.de
To: gnats-bugs@NetBSD.org
Subject: Correct prototype in omp.h.in and omp.h
X-Send-Pr-Version: www-1.0

>Number:         53416
>Category:       toolchain
>Synopsis:       Correct prototype in omp.h.in and omp.h
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    toolchain-manager
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jul 02 07:40:00 +0000 2018
>Closed-Date:    Mon Jan 14 06:30:37 +0000 2019
>Last-Modified:  Mon Jan 14 06:30:37 +0000 2019
>Originator:     Henning Petersen
>Release:        netbsd-current
>Organization:
>Environment:
>Description:
Error in prototype omp.h.in
from GCC PR 84096.

omp.h in libgomp have to be regenerated.
>How-To-Repeat:

>Fix:
@@ -101,7 +101,7 @@
 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;

 extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
-extern void omp_init_nest_lock_with_hint (omp_lock_t *, omp_lock_hint_t)
+extern void omp_init_nest_lock_with_hint (omp_nest_lock_t *, omp_lock_hint_t)
   __GOMP_NOTHROW;
 extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
 extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;

>Release-Note:

>Audit-Trail:

State-Changed-From-To: open->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Mon, 14 Jan 2019 06:30:37 +0000
State-Changed-Why:
mrg says this has been done at this point.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.43 2018/01/16 07:36:43 maya Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2017 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.