*ping* [patch, fortran] Fix PR 65428, ICE on nested empty array constructors

Thomas Koenig tkoenig@netcologne.de
Wed Jan 8 05:56:00 GMT 2020


Am 02.01.20 um 23:35 schrieb Thomas Koenig:
> Hello world,
> 
> the attached patch fixes an ICE where an array constructor
> containing an empty array constructor with a type didn't
> get the type from the inner constructor.
> 
> The solution is to stash the type away in yet another variable
> and only use it if the constructor turns out to be empty, and
> the type has not been set some other way.
> 
> Regression-tested. OK for trunk?

Ping?



More information about the Fortran mailing list