From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 71552385696E; Wed, 2 Nov 2022 20:03:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 71552385696E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667419406; bh=rE0C/hAhVNz3j7g373HFetWwOiHo008E7LPudzUa09w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=F0CMcAXWh9e1fqtBLwhIqO/07OJ4jLPJuin1/fiUAL+GYjJuPXicEIW8QozSqMhiG 1ZrLD/RASIotKFnwPY4K+Dm5dLk4HquR5aaGWfGdos6IfkJxKweDFP9HiYSArjUiKU 5rOh12aBJc7vw02i8r9oRpUbJ8RRt2DxlHeKBowM= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/96668] [OpenMP] Re-mapping allocated but previously unallocated allocatable does not work 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: fortran X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: openmp, wrong-code 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=3D96668 --- Comment #9 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.=