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

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Reduced test-case:

$ cat dec.f03
  type :: mytype (a,b)
    integer, kind :: a  
    integer, LEN :: b

  end type
end

Reply via email to