From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B5FAA385840B; Sat, 29 Oct 2022 20:25:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B5FAA385840B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667075156; bh=jgltiwHdnXpxe2zjpRTPxmr9m9yYtw2AjQlHUP+wOhM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XfUdqP4RFpkUraWX3Tzmc/8+6zU/FQD5wxufPJrYkcNBD8gtoBSeVfd29wJZBrGaC q2N+3sVqequCiCfjLwtYcAi7oOWL2r0RpuW+hIfgtIZ342AutnbdzaYVMR6kvnctPt UEB+J4aPnbJKykOm3yMkxqZfeRo418y8WpVK90r0= From: "anlauf at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/100103] Automatic reallocation fails inside select rank Date: Sat, 29 Oct 2022 20:25:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_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: anlauf at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jrfsousa at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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 Bug 100103 depends on bug 100097, which changed state. Bug 100097 Summary: Unlimited polymorphic pointers and allocatables have in= correct rank https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100097 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED=