public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/13278] New: [gfortan] derived type I/O support missing, causes ICE
@ 2003-12-03  8:48 steven at gcc dot gnu dot org
  2003-12-05 23:15 ` [Bug fortran/13278] " pinskia at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: steven at gcc dot gnu dot org @ 2003-12-03  8:48 UTC (permalink / raw)
  To: gcc-bugs

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


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

end of thread, other threads:[~2004-08-25 16:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-03  8:48 [Bug fortran/13278] New: [gfortan] derived type I/O support missing, causes ICE steven at gcc dot gnu dot org
2003-12-05 23:15 ` [Bug fortran/13278] " pinskia at gcc dot gnu dot org
2003-12-28  3:02 ` pinskia at gcc dot gnu dot org
2004-01-20 15:17 ` pinskia at gcc dot gnu dot org
2004-05-18 13:41 ` [Bug fortran/13278] [gfortran] " pinskia at gcc dot gnu dot org
2004-06-02 13:56 ` [Bug fortran/13278] [gfortran] derived type namelist " tobi at gcc dot gnu dot org
2004-06-28  7:28 ` [Bug fortran/13278] " pinskia at gcc dot gnu dot org
2004-08-16 18:43 ` pinskia at gcc dot gnu dot org
2004-08-18  1:20 ` cvs-commit at gcc dot gnu dot org
2004-08-18  2:22 ` pinskia at gcc dot gnu dot org
2004-08-25 16:59 ` 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).