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

--- Comment #1 from Gerhard Steinmetz <gerhard.steinmetz.fort...@t-online.de> 
---

Whereas :


$ cat z2.f90
program p
   type t
   end type
   type(t) :: x = 0
end


$ gfortran-7-20161120 z2.f90
z2.f90:4:17:

    type(t) :: x = 0
                 1
Error: Can't convert INTEGER(4) to TYPE(t) at (1)

Reply via email to