Ada arrays - a problem with aggregate notation.
Joel Brobecker
brobecker@adacore.com
Sun Mar 25 02:04:00 GMT 2007
> == quote ==
> There is limited support for [Ada] array and record aggregates. They are
> permitted only on the right sides of assignments, as in these examples:
> set An_Array := (1, 2, 3, 4, 5, 6)
> (...)
> == end quote ==
Hmmm, I think the documentation might be inaccurate. We implemented
support for array aggregates only recently (about a year ago), and
it required a relatively large change. Unfortunately, we're not
contributing our changes in terms of the Ada mode as fast as we'd like,
so it hasn't made it to the FSF yet. We will get to it eventually.
In the meantime, if you'd like to debug Ada, you might want to have
a look at building our version of GDB: It has the latest Ada support
in it: https://libre.adacore.com/GDB/.
--
Joel
More information about the Gdb
mailing list