From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DE35C3857C61; Thu, 22 Sep 2022 17:40:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DE35C3857C61 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663868426; bh=Tw/hYA2RhSCYXzIJk6j26rQLRRom1DdzVm2c8P4CH1c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FRG4aRUjw8x3+DJTC4uhTvDxCby49ibyBX1JIgqPfz9r10nNTvnzVQA0+y68ArcYF YraFmJRHJi+aHVKfck5RCtUVoQUSGmctUc+qIOwyiacZ8KSUBji34+LW8PRIetUELh 2JCREp0OVeEgoHHP+PcmKw/0nmKPQsb+J8c9S2aE= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/100103] Automatic reallocation fails inside select rank Date: Thu, 22 Sep 2022 17:40:23 +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: patch X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jrfsousa 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=3D100103 --- Comment #3 from CVS Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:12b537b9b7fd50f4b2fbfcb7ccf45f8d66085577 commit r13-2782-g12b537b9b7fd50f4b2fbfcb7ccf45f8d66085577 Author: Jos=C3=A9 Rui Faustino de Sousa Date: Wed Sep 21 22:55:02 2022 +0200 Fortran: Fix automatic reallocation inside select rank [PR100103] gcc/fortran/ChangeLog: PR fortran/100103 * trans-array.cc (gfc_is_reallocatable_lhs): Add select rank temporary associate names as possible targets of automatic reallocation. gcc/testsuite/ChangeLog: PR fortran/100103 * gfortran.dg/PR100103.f90: New test.=