This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/17744] New: gfortran: gfc_todo: IO of arrays in derived types
- From: "anlauf at hep dot tu-darmstadt dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Sep 2004 07:24:34 -0000
- Subject: [Bug fortran/17744] New: gfortran: gfc_todo: IO of arrays in derived types
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Hi,
IO of arrays in derived types is not yet implemented.
program gfcbug13
implicit none
type twoint
integer :: i(2)
end type twoint
type (twoint), parameter :: l = twoint ( (/ 1, 2 /) )
print *, l
end program gfcbug13
fails to compile with error:
gfcbug13.f90: In function `MAIN__':
gfcbug13.f90:7: fatal error: gfc_todo: Not Implemented: IO of arrays in derived
types
compilation terminated.
Cheers,
-ha
--
Summary: gfortran: gfc_todo: IO of arrays in derived types
Product: gcc
Version: 4.0.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-cygwin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17744