This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/17579] New: ICE: in lhd_set_decl_assembler_name, at langhooks.c:190
- From: "anlauf at hep dot tu-darmstadt dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Sep 2004 08:13:04 -0000
- Subject: [Bug fortran/17579] New: ICE: in lhd_set_decl_assembler_name, at langhooks.c:190
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Hi,
this valid code snippet gives an ICE:
module gfcbug11
character (len=*), parameter :: names(2) = (/ "Adam", "Eve " /)
end module gfcbug11
Result:
gfcbug11.f90:0: internal compiler error: in lhd_set_decl_assembler_name, at
langhooks.c:190
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
Cheers,
-ha
--
Summary: ICE: in lhd_set_decl_assembler_name, at langhooks.c:190
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: anlauf at hep dot tu-darmstadt dot de
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: i686-pc-cygwin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17579