From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D80FF385AC26; Wed, 2 Nov 2022 20:03:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D80FF385AC26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667419386; bh=w0AgRL0/Y4DKg68ynF15c2IcpbDOYiDWa7zadbVjOHM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bzy3bdCU5o9JsWvjK/EuHrm/SysRKKEMwYYh2sHrSkd7v3dOFM2+h1XO/eSrPd1zR 0e0h/JMlGesdmDHovs5G1UEHVKRXCjRPBLiVfwNXtA1sE2Wmj9JfHNzkkLpEFHJ7uA frqTLDGVQXTOP2lbIbDoYQxuKsEgmzOL+TpqXUQw= 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:04 +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 #2 from CVS Commits --- The master branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:da8e0e1191c5512244a752b30dea0eba83e3d10c commit r13-3616-gda8e0e1191c5512244a752b30dea0eba83e3d10c Author: Thomas Schwinge Date: Thu Oct 27 21:52:07 2022 +0200 Support OpenACC 'declare create' with Fortran allocatable arrays, part I [PR106643] PR libgomp/106643 libgomp/ * oacc-mem.c (goacc_enter_data_internal): Support OpenACC 'declare create' with Fortran allocatable arrays, part = I. * testsuite/libgomp.oacc-fortran/declare-allocatable-1-directive.f90: New. * testsuite/libgomp.oacc-fortran/declare-allocatable-array_descriptor-1-direc= tive.f90: New.=