This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/19362] New: ICE in fold_convert, at fold-const.c:1998
- From: "coudert at clipper dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Jan 2005 14:22:27 -0000
- Subject: [Bug fortran/19362] New: ICE in fold_convert, at fold-const.c:1998
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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