--- 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
--- 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
--- 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
--- 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