[Bug fortran/49397] [4.7/4.8/4.9 Regression] [F03] ICE with proc pointer assignment
janus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Dec 11 14:14:00 GMT 2013
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.
More information about the Gcc-bugs
mailing list