public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/13771] New: ICE: Bad namelist IO basetype (7)
@ 2004-01-20 15:10 lei at il dot ibm dot com
  2004-01-20 15:17 ` [Bug fortran/13771] [gfortan] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: lei at il dot ibm dot com @ 2004-01-20 15:10 UTC (permalink / raw)
  To: gcc-bugs

% cat galgel.f90
      MODULE DYNAMPARAMM
        TYPE DYNAMPARAMT
           REAL(8) :: GRSTRT, GREND, GRMUL, EPS
           INTEGER :: NSIG, ITMAX
        END TYPE DYNAMPARAMT
        TYPE(DYNAMPARAMT) DYNAMPARAM
      END MODULE DYNAMPARAMM

      USE   DYNAMPARAMM
      NAMELIST /GALGELINPUT/ A,B,C, DYNAMPARAM
C      READ (5,NML=GALGELINPUT)
      WRITE (6,NML=GALGELINPUT)
      END

% gfortran -c -ffixed-form galgel.f90

galgel.f90: In function `MAIN__':
galgel.f90:12: internal compiler error: Bad namelist IO basetype (7)

-- 
           Summary: ICE: Bad namelist IO basetype (7)
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lei at il dot ibm dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug fortran/13771] [gfortan] ICE: Bad namelist IO basetype (7)
  2004-01-20 15:10 [Bug fortran/13771] New: ICE: Bad namelist IO basetype (7) lei at il dot ibm dot com
@ 2004-01-20 15:17 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-20 15:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-20 15:17 -------
This is a dup of bug 13278.

*** This bug has been marked as a duplicate of 13278 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
           Keywords|                            |ice-on-valid-code
         Resolution|                            |DUPLICATE
            Summary|ICE: Bad namelist IO        |[gfortan] ICE: Bad namelist
                   |basetype (7)                |IO basetype (7)
   Target Milestone|---                         |tree-ssa


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


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

end of thread, other threads:[~2004-01-20 15:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-20 15:10 [Bug fortran/13771] New: ICE: Bad namelist IO basetype (7) lei at il dot ibm dot com
2004-01-20 15:17 ` [Bug fortran/13771] [gfortan] " 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).