[gfortran] Fix PR 15969

Paul Brook paul@codesourcery.com
Sat Jul 10 17:22:00 GMT 2004


On Saturday 10 July 2004 16:28, Tobias Schlüter wrote:
> Paul Brook wrote:
> > On Saturday 10 July 2004 01:46, Tobias Schlüter wrote:
> >>We didn't handle the initialization of pointer elemnts in derived types.
> >>Fixed thusly, with the help of Paul, Stevn and Andre Pinski :-)
> >
> > I belatedly notice it still doesn't handle array pointers :(
> > c.f. gfc_trans_static_array_pointer.
>
> Hm, I didn't see how to do something like gfc_trans_static_array_pointer
>  , this ould mean initializing the fields of the array constructor,
> which is made slightly more difficult, because we might have a pointer
> with a defined lower bound if I'm not mistaken. Is it ok to issue a
> gfc_todo_error in that case, but otherwise go ahead with the original
> patch, as shown below? ChangeLog as before, built and tested.

Ok.

Paul



More information about the Fortran mailing list