[Bug fortran/58026] [4.9 Regression] [OOP] ICE in generate_finalization_wrapper, at fortran/class.c:1521

janus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jul 30 12:19:00 GMT 2013


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



More information about the Gcc-bugs mailing list