> OK, I suppose this should also help some Fortran array descriptor cases?
Thanks. This changes something only if array types in the source code are not
always represented by ARRAY_TYPEs in the IR.
--
Eric Botcazou
On Fri, Sep 3, 2021 at 10:55 AM Eric Botcazou wrote:
>
> Hi,
>
> packed array types are sometimes represented with integer types under the hood
> in Ada, but we nevertheless need to emit them as array types in the debug info
> so we have the types.get_array_descr_info langhook for this purpose; bu