public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/19362] New: ICE in fold_convert, at fold-const.c:1998
@ 2005-01-10 14:22 coudert at clipper dot ens dot fr
  2005-01-10 15:16 ` [Bug fortran/19362] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: coudert at clipper dot ens dot fr @ 2005-01-10 14:22 UTC (permalink / raw)
  To: gcc-bugs

MODULE M
        TYPE T0
          SEQUENCE
          INTEGER I
        END TYPE
      END

      PROGRAM MAIN
        USE M, T1 => T0
        TYPE T0
          SEQUENCE
          INTEGER I
        END TYPE
        TYPE(T0) :: BAR
        TYPE(T1) :: BAZ
        BAZ = BAR
      END

Fails to compile with ICE on i686-linux, with gfortran version 4.0.0 20050110
(experimental).

-- 
           Summary: ICE in fold_convert, at fold-const.c:1998
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: coudert at clipper dot ens dot fr
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 13+ messages in thread
[parent not found: <bug-19362-10259@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2006-01-01  5:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-10 14:22 [Bug fortran/19362] New: ICE in fold_convert, at fold-const.c:1998 coudert at clipper dot ens dot fr
2005-01-10 15:16 ` [Bug fortran/19362] " pinskia at gcc dot gnu dot org
2005-01-12  1:04 ` rakdver at gcc dot gnu dot org
2005-01-13 22:55 ` rakdver at gcc dot gnu dot org
2005-01-19 12:37 ` coudert at clipper dot ens dot fr
2005-03-03 10:38 ` coudert at clipper dot ens dot fr
2005-04-07 22:44 ` arnold dot moene at wur dot nl
2005-07-21  1:02 ` steven at gcc dot gnu dot org
     [not found] <bug-19362-10259@http.gcc.gnu.org/bugzilla/>
2005-12-22  7:05 ` pault at gcc dot gnu dot org
2005-12-26  9:07 ` pault at gcc dot gnu dot org
2005-12-26  9:10 ` pault at gcc dot gnu dot org
2005-12-29  6:18 ` pault at gcc dot gnu dot org
2006-01-01  5:32 ` 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).