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/51652] Allocate with type-spec and source-expr: check whether length type-parameter is the same is lacking


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-07-20
     Ever confirmed|0                           |1

--- Comment #6 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> Fixed?

Mostly for 4.8.3, 4.9.0, and trunk (4.10.0). The test in comment 0 does not
compile with 4.8 (Deferred-length character component 'c' at (1) is not yet
supported) and, when compiled with 4.9 or 4.10, executing the code gives 'no':
'kw(1)%c(1)' is empty.


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