https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54753

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|assumed-rank dummies:       |assumed-rank dummies:
                   |Reject assumed-size actuals |Reject assumed-size actuals
                   |in in some cases (C535c)    |in in some cases (C535c; in
                   |                            |F2018: C839)

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> ---
In F2018:

C839 If an assumed-size or nonallocatable nonpointer assumed-rank array is an
actual argument that corres-19ponds to a dummy argument that is an INTENT (OUT)
assumed-rank array, it shall not be polymorphic,20finalizable, of a type with
an allocatable ultimate component, or of a type for which default
initialization21is specified.

Reply via email to