[PATCH 0/3] Remove array indexing limitation from Ada

Tom Tromey tromey@adacore.com
Tue Oct 5 20:05:39 GMT 2021


>>>>> "Tom" == Tom Tromey <tromey@adacore.com> writes:

Tom> Pierre-Marie noticed that indexing into a large Ada array tripped over
Tom> the Ada "varsize-limit".  However, Andrew Burgess pointed out on irc
Tom> that this same case works fine for Fortran.

Tom> Digging into this, I found that the Ada varsize-limit seems to be
Tom> redundant with max-value-size.  Unifying these two, and removing some
Tom> checks of varsize-limit, let the test case proceed a bit further.

Tom> However, this then trips across a couple of other oddities.  These
Tom> oddities are cleaned up in the first two patches here, and then the
Tom> Ada work is done in the final patch.

I'm checking this in now.

Tom


More information about the Gdb-patches mailing list