http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50410
--- Comment #2 from Vittorio Zecca <zeccav at gmail dot com> 2011-09-18 17:38:10 UTC --- The following produces a Segmentation fault in gfc_conv_structure (r178925) type t integer g end type type(t) :: u=t(1) data u%g /2/ end