public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/55849] New: [OOP] Implement temporary support for SELECT TYPE(name => array ( [vector-subscript] ))
@ 2013-01-02 21:54 burnus at gcc dot gnu.org
  2014-03-22 19:19 ` [Bug fortran/55849] " dominiq at lps dot ens.fr
  0 siblings, 1 reply; 2+ messages in thread
From: burnus at gcc dot gnu.org @ 2013-01-02 21:54 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55849
           Summary: [OOP] Implement temporary support for SELECT TYPE(name
                    => array ( [vector-subscript] ))
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: burnus@gcc.gnu.org


>From http://gcc.gnu.org/ml/fortran/2013-01/msg00004.html. The following program
fails with:

   Error: CLASS selector at (1) needs a temporary which is not yet implemented

module gn
  type :: ncb
  end type ncb
  type, public :: tn
     class(ncb), allocatable, dimension(:) :: cb
  end type tn
contains
  integer function name(self)
    implicit none
    class (tn), intent(in) :: self
    select type (component => self%cb([4,7+1]))
    end select
  end function name
end module gn


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug fortran/55849] [OOP] Implement temporary support for SELECT TYPE(name => array ( [vector-subscript] ))
  2013-01-02 21:54 [Bug fortran/55849] New: [OOP] Implement temporary support for SELECT TYPE(name => array ( [vector-subscript] )) burnus at gcc dot gnu.org
@ 2014-03-22 19:19 ` dominiq at lps dot ens.fr
  0 siblings, 0 replies; 2+ messages in thread
From: dominiq at lps dot ens.fr @ 2014-03-22 19:19 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-03-22
     Ever confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Still present at r208766.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-22 19:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-02 21:54 [Bug fortran/55849] New: [OOP] Implement temporary support for SELECT TYPE(name => array ( [vector-subscript] )) burnus at gcc dot gnu.org
2014-03-22 19:19 ` [Bug fortran/55849] " dominiq at lps dot ens.fr

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).