aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-05-13 00:16:29 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-05-13 00:16:29 +0000
commit0ff3a0f2b9d5cbea70d134cda2e74b674f8be9c9 (patch)
treec6a3e13b59615a4162a6a9cd2835bb9c4b4f8d53 /gcc/ada
parent56b9b60464e851b5874c0da79b0eefc45b543709 (diff)
downloadgcc-0ff3a0f2b9d5cbea70d134cda2e74b674f8be9c9.zip
gcc-0ff3a0f2b9d5cbea70d134cda2e74b674f8be9c9.tar.gz
gcc-0ff3a0f2b9d5cbea70d134cda2e74b674f8be9c9.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 4261aa6..2279e46 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,15 @@
+2021-05-12 Bob Duff <duff@adacore.com>
+
+ PR ada/100564
+ * atree.adb (Change_Node): Do not call Zero_Slots on a Node_Id
+ when the Nkind has not yet been set; call the other Zero_Slots
+ that takes a range of slot offsets. Call the new Mutate_Kind
+ that takes an Old_Size, for the same reason -- the size cannot
+ be computed without the Nkind.
+ (Mutate_Nkind): New function that allows specifying the Old_Size.
+ (Size_In_Slots): Assert that the Nkind has proper (nonzero) value.
+ * atree.ads: Minor reformatting.
+
2021-05-12 Martin Liska <mliska@suse.cz>
* doc/share/conf.py: Do not use binary mode.