[Bug fortran/58023] [F03] ICE on invalid with bad PPC declaration

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


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

janus at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-07-30
                 CC|                            |janus at gcc dot gnu.org
            Summary|ICE on invalid with missing |[F03] ICE on invalid with
                   |NOPASS                      |bad PPC declaration
     Ever confirmed|0                           |1

--- Comment #1 from janus at gcc dot gnu.org ---
Confirmed. The same ICE occurs on this variant:


  implicit none

  type :: sfd
    procedure(mr), pointer :: mr2
  end type

  type(sfd):: d
  print *, d%mr2()

end



More information about the Gcc-bugs mailing list