This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/54753] assumed-rank dummies: Reject assumed-size actuals in in some cases (C535c)


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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-10-09
     Ever confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
>From my copy of the f2015 draft

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]