[Bug fortran/25730] ICE in gfc_conv_component_ref

2006-01-09 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-10 00:04 --- Reduced testcase: MODULE testcase TYPE orbit_elem CHARACTER :: coo END TYPE orbit_elem END MODULE MODULE tp_trace USE testcase TYPE(orbit_elem) :: tp_store CONTAINS SUBROUTINE str_clan() USE testca

[Bug fortran/25730] ICE in gfc_conv_component_ref

2006-01-09 Thread andrea dot bedini at gmail dot com
--- Comment #3 from andrea dot bedini at gmail dot com 2006-01-10 00:02 --- In gfc_conv_component_ref line 280 I read if (c->ts.type == BT_CHARACTER) { tmp = c->ts.cl->backend_decl; /* Components must always be constant length. */ gcc_assert (tmp && INTEGER_CST

[Bug fortran/25730] ICE in gfc_conv_component_ref

2006-01-09 Thread andrea dot bedini at gmail dot com
--- Comment #2 from andrea dot bedini at gmail dot com 2006-01-09 23:54 --- Created an attachment (id=10604) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10604&action=view) backtrace -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25730

[Bug fortran/25730] ICE in gfc_conv_component_ref

2006-01-09 Thread andrea dot bedini at gmail dot com
--- Comment #1 from andrea dot bedini at gmail dot com 2006-01-09 23:53 --- Created an attachment (id=10603) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10603&action=view) reduced testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25730