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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |
            Summary|[OOP] gfortran rejects      |[OOP] gfortran rejects
                   |CALL                        |CALL
                   |polymorphic%abstract_type%t |polymorphic%abstract_type%p
                   |bp()                        |pc()

--- Comment #4 from Tobias Burnus <burnus at gcc dot gnu.org> 2010-11-26 
14:02:41 UTC ---
REOPEN:

As Wolfgang Kilian mentions in the c.l.f thread (cf. link in comment 0):
While gfortran rejects TBP, it accepts PPC (proc pointer components)

  CALL polymorphic%abstract_type%PPC()

The same arguments should hold for those, which means that they should be
rejected.

Reply via email to