This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Patch, fortran] PRs 89363 and 89364 - wrinkles with assumed rank
- From: Thomas Koenig <tkoenig at netcologne dot de>
- To: Paul Richard Thomas <paul dot richard dot thomas at gmail dot com>, "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Cc: "Bader, Reinhold" <Reinhold dot Bader at lrz dot de>
- Date: Sun, 10 Mar 2019 18:22:42 +0100
- Subject: Re: [Patch, fortran] PRs 89363 and 89364 - wrinkles with assumed rank
- References: <CAGkQGiK0ArftDZeDPfHbqfhEto+EqJmw4B2-A1i5cPtNmJ8Cgg@mail.gmail.com>
Hi Paul,
(ii) PR89364 points out that ubound and shape should be returning -1
for the final dimension and not 0, for assumed rank entities argument
associated with assumed size arrays.
What a mix of features...
Bootstrapped and regtested on FC29/x86_64 - OK for trunk?
OK. Thanks for the patch!
Regards
Thomas