[Bug fortran/79229] [7 Regression] ICE in gfc_trans_assignment_1 with -fcheck=mem

janus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Jan 27 20:55:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79229

janus at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |janus at gcc dot gnu.org

--- Comment #3 from janus at gcc dot gnu.org ---
Further reduced test case:


implicit none

type :: t
  integer, pointer :: data => null ()
end type

class(t), dimension(:), allocatable :: sf
allocate (t :: sf (1))

end


More information about the Gcc-bugs mailing list