public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "janus at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/59450] [OOP] ICE for Array Valued Function combined with Deferred Specification Function
Date: Tue, 10 Dec 2013 15:44:00 -0000	[thread overview]
Message-ID: <bug-59450-4-Ef6Uq3NPMn@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-59450-4@http.gcc.gnu.org/bugzilla/>

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59450

janus at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-12-10
                 CC|                            |janus at gcc dot gnu.org
            Summary|ICE for Array Valued        |[OOP] ICE for Array Valued
                   |Function combined with      |Function combined with
                   |Deferred Specification      |Deferred Specification
                   |Function                    |Function
     Ever confirmed|0                           |1

--- Comment #1 from janus at gcc dot gnu.org ---
Confirmed. Thanks for the bug report.

Here is a variant with a non-abstract class which shows the same ICE (with
every version I tried - from 4.6 to trunk):


module classes

  implicit none

  type :: base_class
   contains
     procedure, nopass :: get_num
  end type

contains

  pure integer function get_num()
  end function

  function get_array( this ) result(array)
    class(base_class), intent(in) :: this
    integer, dimension( this%get_num() ) :: array
  end function

end module


  reply	other threads:[~2013-12-10 15:44 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-10 14:33 [Bug fortran/59450] New: " bugs@miller-mohr.de
2013-12-10 15:44 ` janus at gcc dot gnu.org [this message]
2013-12-10 16:06 ` [Bug fortran/59450] [OOP] " janus at gcc dot gnu.org
2013-12-10 16:18 ` janus at gcc dot gnu.org
2013-12-10 18:53 ` janus at gcc dot gnu.org
2013-12-10 18:57 ` janus at gcc dot gnu.org
2013-12-13  8:33 ` [Bug fortran/59450] [OOP] ICE for type-bound-procedure expression in module procedure interface bugs@miller-mohr.de
2013-12-14 10:32 ` janus at gcc dot gnu.org
2013-12-14 10:47 ` janus at gcc dot gnu.org
2013-12-14 18:01 ` janus at gcc dot gnu.org
2013-12-18 15:16 ` bugs@miller-mohr.de

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-59450-4-Ef6Uq3NPMn@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).