[Bug fortran/50410] [4.6/4.7 Regression] ICE in record_reference

zeccav at gmail dot com gcc-bugzilla@gcc.gnu.org
Sun Sep 18 22:01:00 GMT 2011


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



More information about the Gcc-bugs mailing list