From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D7E24397249C; Tue, 15 Sep 2020 19:44:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D7E24397249C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1600199079; bh=/QttXjXdlFXyxhpN7Ye4PF4cFTV2KxnUbw16i3D7NYE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ndXUWMBYN1489GJ+LnUlCBsHSqrN3wyBXTdNij1BhSAP1rRQC0bNosdOBCDB1Uf1X 3NLctqnvpG7zrNeAMq2aYENsBzh6mWMHOgyLn/DEJwVmxprWlujdAdk+KgePrfeQg7 xCd60ZvHXs6A6KGyP89XDIQ3pV8VDrb01dkFItBg= 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: Tue, 15 Sep 2020 19:44:39 +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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Sep 2020 19:44:40 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96668 --- Comment #7 from CVS Commits --- The master branch has been updated by Tobias Burnus : https://gcc.gnu.org/g:1b9bdd52037061d7a5bd77d177b060c93c528a5d commit r11-3211-g1b9bdd52037061d7a5bd77d177b060c93c528a5d Author: Tobias Burnus Date: Tue Sep 15 21:28:40 2020 +0200 libgomp/target.c: Silence -Wuninitialized warning libgomp/ChangeLog: PR fortran/96668 * target.c (gomp_map_vars_internal): Initialize has_nullptr.=