public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/111781] Fortran compiler complains about variable bound in array dummy argument
Date: Thu, 28 Mar 2024 10:40:14 +0000	[thread overview]
Message-ID: <bug-111781-4-mIHEQDpOEo@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-111781-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111781

--- Comment #11 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Mikael Morin <mikael@gcc.gnu.org>:

https://gcc.gnu.org/g:7f233feafd657250340be3b3500d2697948ae3ed

commit r14-9703-g7f233feafd657250340be3b3500d2697948ae3ed
Author: Mikael Morin <mikael@gcc.gnu.org>
Date:   Wed Mar 27 16:30:42 2024 +0100

    fortran: Fix specification expression check in submodules [PR114475]

    The patch fixing PR111781 made the check of specification expressions more
    restrictive, disallowing local variables in specification expressions of
    dummy arguments.  PR114475 showed an example where that change regressed,
    disallowing in submodules expressions that had been allowed in the parent
    module.  In submodules indeed, the hierarchy of namespaces inherited from
    the parent module is not reproduced so the host-association of symbols
    can't be recognized by checking the nesting of namespaces.

    This change fixes the problem by allowing in specification expressions
    all the symbols in a submodule that are inherited from the parent module.

            PR fortran/111781
            PR fortran/114475

    gcc/fortran/ChangeLog:

            * expr.cc (check_restricted): In submodules, allow variables host-
            associated from the parent module.

    gcc/testsuite/ChangeLog:

            * gfortran.dg/spec_expr_10.f90: New test.

    Co-authored-by: Harald Anlauf <anlauf@gmx.de>

  parent reply	other threads:[~2024-03-28 10:40 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-12  9:06 [Bug fortran/111781] New: Compiler error on valid code rasmus.vikhamar-sandberg at uit dot no
2023-10-12 10:16 ` [Bug fortran/111781] Fortran compiler complains about variable bound in array dummy argument mikael at gcc dot gnu.org
2023-10-21 14:01 ` mikael at gcc dot gnu.org
2023-10-21 16:37 ` mikael at gcc dot gnu.org
2024-02-06 18:19 ` anlauf at gcc dot gnu.org
2024-02-28 18:25 ` anlauf at gcc dot gnu.org
2024-02-28 19:38 ` mikael at gcc dot gnu.org
2024-03-15 19:37 ` mikael at gcc dot gnu.org
2024-03-15 19:57 ` anlauf at gcc dot gnu.org
2024-03-15 20:25 ` mikael at gcc dot gnu.org
2024-03-22 12:07 ` cvs-commit at gcc dot gnu.org
2024-03-28 10:40 ` cvs-commit at gcc dot gnu.org [this message]
2024-04-02 13:15 ` mikael at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-111781-4-mIHEQDpOEo@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).