From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 935CD3858C66; Tue, 7 Mar 2023 09:14:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 935CD3858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678180495; bh=C31Ib49Vs8zejZpurY1f8ZXj5hb7VMbkBgnYXubT46M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GDkr6I/M9xK/L7mRSAzJRVFZoSrlespseFrZ+H55/s4RRkZDYiWqV4NrN4KIKFdJV FtI24LVRoJ72Gt0zDov/5JH6SSZhJnIuV2VGtJ1LPGTYtNZp+mQBBL4xgOhCWwLQ9O lpd63qgtn1I+PK+f08Vskseiw7DnC7OIjM/SeTwI= From: "burnus at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/58331] [OOP] Bogus rank checking with explicit-/assumed-size arrays and CLASS Date: Tue, 07 Mar 2023 09:14:48 +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: 4.9.0 X-Bugzilla-Keywords: rejects-valid, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: burnus at gcc dot gnu.org X-Bugzilla-Status: NEW 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=3D58331 --- Comment #6 from Tobias Burnus --- > So shall we proceed? Looks like. I think it mostly needs a bunch of testcases to ensure it works, including the coarray-testcase mentioned in one of the comments. If somethi= ng fails, we can have another look. I think it makes sense to attached then a diff with the current patch and a= ll testcases (passing and failing) to this PR such that we can have a look. Currently, the patches are spread out over comments, the testcases are also separate etc. (If everything works, it could be directly posted, I think.)=