http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46662
janus at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|unassigned at gcc dot |janus at gcc dot gnu.org
|gnu.org |
Summary|[OOP] gfortran rejects |[OOP] gfortran accepts
|CALL |"CALL
|polymorphic%abstract_type%p |polymorphic%abstract_type%p
|pc() |pc()"
--- Comment #6 from janus at gcc dot gnu.org 2010-11-27 10:51:47 UTC ---
(In reply to comment #5)
> For TBP the check is done in resolve.c's check_typebound_baseobject; for PPC
> the check should be added at update_ppc_arglist -- few lines up.
Right. I'll take care of it ...