From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D1F903856DDF; Wed, 2 Nov 2022 20:03:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D1F903856DDF DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667419389; bh=zBoul3/EADjSuYTBv9A68DyRYJZpk3Kd47TA87rEwMQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sD4wxv3RXt5Pho1DaTOxnIpU2aMUS8aYjZAKsxZS0OdSzzetZs21pCUT8d34X07xh xPCaD/1r8DYl1CiMbsksmIFQakyYZkqoeN7RhfB9dNweZ0iKl5x+VHqtEfXB0xOYvB xJG+5Gt8BTpKOVdDxdXQNJ64UPat67E3hz34zarU= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgomp/106643] [gfortran + OpenACC] Allocate in module causes refcount error Date: Wed, 02 Nov 2022 20:03:09 +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: 13.0 X-Bugzilla-Keywords: openacc X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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=3D106643 --- Comment #3 from CVS Commits --- The master branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:f6ce1e77bbf5d3a096f52e674bfd7354c6537d10 commit r13-3617-gf6ce1e77bbf5d3a096f52e674bfd7354c6537d10 Author: Thomas Schwinge Date: Fri Oct 28 15:06:45 2022 +0200 Support OpenACC 'declare create' with Fortran allocatable arrays, part = II [PR106643, PR96668] PR libgomp/106643 PR fortran/96668 libgomp/ * oacc-mem.c (goacc_enter_data_internal): Support OpenACC 'declare create' with Fortran allocatable arrays, part = II. * testsuite/libgomp.oacc-fortran/declare-allocatable-array_descriptor-1-direc= tive.f90: Adjust. * testsuite/libgomp.oacc-fortran/pr106643-1.f90: New.=