]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Implement Ada 2022 delta aggregates
authorTom Tromey <tromey@adacore.com>
Thu, 29 Feb 2024 20:54:19 +0000 (13:54 -0700)
committerTom Tromey <tromey@adacore.com>
Thu, 21 Mar 2024 18:29:49 +0000 (12:29 -0600)
commit7e949f08700b077b78e955c653eb4e9455027101
tree8eb762c148653a1a000e1bcc5454265466b052d7
parent7f032bbedf3e66f6695d4df0d149c2e8033224da
Implement Ada 2022 delta aggregates

Ada 2022 includes a "delta aggregates" feature that can sometimes
simplify aggregate creation.  This patch implements this feature for
GDB.
gdb/ada-exp.h
gdb/ada-exp.y
gdb/ada-lang.c
gdb/ada-lex.l
gdb/testsuite/gdb.ada/delta-assign.exp [new file with mode: 0644]
gdb/testsuite/gdb.ada/delta-assign/main.adb [new file with mode: 0644]
gdb/testsuite/gdb.ada/delta-assign/pck.adb [new file with mode: 0644]
gdb/testsuite/gdb.ada/delta-assign/pck.ads [new file with mode: 0644]