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

janus at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[F03] ICE with proc pointer |[4.7/4.8/4.9 Regression]
                   |assignment                  |[F03] ICE with proc pointer
                   |                            |assignment

--- Comment #5 from janus at gcc dot gnu.org ---
Here is a reduced test case for the ICE:


  Print *,f()
Contains
  Subroutine s
    Procedure(Real),Pointer :: p
    p => f 
  End Subroutine
End


No ICE with 4.4 and 4.5, but only with 4.6 and higher. Marking as regression.

Reply via email to