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/97045] A wrong column is selected when addressing individual elements of unlimited polymorphic dummy argument
Date: Wed, 30 Sep 2020 12:44:53 +0000	[thread overview]
Message-ID: <bug-97045-4-NYLyMacLpT@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-97045-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Paul Thomas <pault@gcc.gnu.org>:

https://gcc.gnu.org/g:fcc4891d7f3bff1a3f7428f12830bc942989306c

commit r11-3554-gfcc4891d7f3bff1a3f7428f12830bc942989306c
Author: Paul Thomas <pault@gcc.gnu.org>
Date:   Wed Sep 30 13:44:39 2020 +0100

    This patch fixes PR97045 - unlimited polymorphic array element selectors.

    2020-30-09  Paul Thomas  <pault@gcc.gnu.org>

    gcc/fortran
            PR fortran/97045
            * trans-array.c (gfc_conv_array_ref): Make sure that the class
            decl is passed to build_array_ref in the case of unlimited
            polymorphic entities.
            * trans-expr.c (gfc_conv_derived_to_class): Ensure that array
            refs do not preceed the _len component. Free the _len expr.
            * trans-stmt.c (trans_associate_var): Reset 'need_len_assign'
            for polymorphic scalars.
            * trans.c (gfc_build_array_ref): When the vptr size is used for
            span, multiply by the _len field of unlimited polymorphic
            entities, when non-zero.

    gcc/testsuite/
            PR fortran/97045
            * gfortran.dg/select_type_50.f90 : New test.

  parent reply	other threads:[~2020-09-30 12:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-14 14:45 [Bug fortran/97045] New: " igor.gayday at mu dot edu
2020-09-20 16:57 ` [Bug fortran/97045] " pault at gcc dot gnu.org
2020-09-25 15:34 ` pault at gcc dot gnu.org
2020-09-30 12:44 ` cvs-commit at gcc dot gnu.org [this message]
2023-10-30 19:42 ` anlauf at gcc dot gnu.org
2023-10-31  7:32 ` pault 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-97045-4-NYLyMacLpT@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).