[Bug fortran/13278] New: [gfortan] derived type I/O support missing, causes ICE

steven at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Dec 3 08:48:00 GMT 2003


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



More information about the Gcc-bugs mailing list