https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68439
Dominique d'Humieres <dominiq at lps dot ens.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2015-11-19
Ever confirmed|0 |1
--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Confirmed for 5.2 and trunk (6.0). Version 4.9 gives the error
pr68439.f90:7.7:
x = t(a=1)
1
Error: No initializer for component 'c' given in the structure constructor at
(1)!
and version 4.8
pr68439.f90:4.36:
character(:), allocatable :: c
1
Error: Deferred-length character component 'c' at (1) is not yet supported