This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix debuginfo for Fortran subref array pointers


Jakub,

> Is there a plan to do it right with the next major ABI change (i.e.
> represent strides in bytes rather than elements and kill this span stuff)?
> I think there are comments about intending to go from 7 to 15 maximum rank
> and that will need ABI changes to the array descriptors anyway.

At the time that subref array pointers were implemented, there was a
discussion on the list on how to do this.  Changing the ABI for array
descriptors was favoured but nobody had the time to carry out the
necessary surgery.  Therefore, I came up with the span kludge, which
arguably is worse than nothing:-(

If you have the time and the inclination, we would all be very pleased
if you could do it.  Otherwise, is there another volunteer out there?

Cheers

Paul


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]