This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/13278] New: [gfortan] derived type I/O support missing, causes ICE
- From: "steven at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Dec 2003 08:48:39 -0000
- Subject: [Bug fortran/13278] New: [gfortan] derived type I/O support missing, causes ICE
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
This causes an ICE:
---------------------------
module foo
type coords
real :: x,y,z
end type coords
type (coords) point
end module foo
program bar
use foo
namelist /nml/ point
read (5,nml=nml)
end program bar
---------------------------
t.f90: In function `MAIN__':
t.f90:11: internal compiler error: Bad namelist IO basetype (7)
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
--
Summary: [gfortan] derived type I/O support missing, causes ICE
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: steven at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13278