Re: [Patch, Fortran] PR 56929 - Fix ICE with scalar coarrays
> Allocatable scalar coarrays use an error descriptor... > > Build and regtested on x86-64-gnu-linux. > OK for the trunk? Ok (looks pretty much obvious). Thanks, Janus
[Patch, Fortran] PR 56929 - Fix ICE with scalar coarrays
Allocatable scalar coarrays use an error descriptor... Build and regtested on x86-64-gnu-linux. OK for the trunk? Tobias 2013-04-12 Tobias Burnus PR fortran/56929 * trans-array.c (duplicate_allocatable): Fix handling of scalar coarrays. 2013-04-12 Tobias Burnus PR fortran/56929 * g