public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/17244] New: gfortran fatal error: gfc_todo: Not Implemented: Returning derived types
@ 2004-08-30 20:35 anlauf at hep dot tu-darmstadt dot de
  2004-08-30 21:22 ` [Bug fortran/17244] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: anlauf at hep dot tu-darmstadt dot de @ 2004-08-30 20:35 UTC (permalink / raw)
  To: gcc-bugs

Hi there,

gfortran lacks an important Fortran 90 feature...

% cat gfcbug6.f90
module gfcbug6
  implicit none
  type t
     integer i
  end type t
contains
  function f(k)
    integer :: k
    type(t) :: f
    f%i = k
  end function f
end module gfcbug6

% gfortran -static gfcbug6.f90 -c
gfcbug6.f90:0: fatal error: gfc_todo: Not Implemented: Returning derived types
compilation terminated.

Cheers,
-ha

-- 
           Summary: gfortran fatal error: gfc_todo: Not Implemented:
                    Returning derived types
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: anlauf at hep dot tu-darmstadt dot de
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu


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


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

end of thread, other threads:[~2004-08-31 20:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-30 20:35 [Bug fortran/17244] New: gfortran fatal error: gfc_todo: Not Implemented: Returning derived types anlauf at hep dot tu-darmstadt dot de
2004-08-30 21:22 ` [Bug fortran/17244] " pinskia at gcc dot gnu dot org
2004-08-31  7:41 ` c dot lemmen at fz-juelich dot de
2004-08-31 16:52 ` cvs-commit at gcc dot gnu dot org
2004-08-31 16:57 ` tobi at gcc dot gnu dot org
2004-08-31 17:06 ` tobi at gcc dot gnu dot org
2004-08-31 20:57 ` pinskia at gcc dot gnu dot org

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