http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58026

janus at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |janus at gcc dot gnu.org
            Summary|[4.9 Regression] internal   |[4.9 Regression] [OOP] ICE
                   |compiler error: in          |in
                   |generate_finalization_wrapp |generate_finalization_wrapp
                   |er, at fortran/class.c:1521 |er, at fortran/class.c:1521

--- Comment #3 from janus at gcc dot gnu.org ---
Slightly modified test case:


  type sysmtx_t
     type(ext_complex_t), allocatable :: S(:)
  end type
contains
  subroutine init (this)
    class(sysmtx_t) :: this 
  end subroutine
end

Reply via email to