aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-09-11 00:16:28 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-09-11 00:16:28 +0000
commitfdcc0283c6fbae461214a011ac517443c81b0102 (patch)
tree4295eaea20dd08d823c7fac813f62afe99fa24f2 /gcc/ada
parentaa53f657aaa7d4cddf810d504b61cf08e4fc5528 (diff)
downloadgcc-fdcc0283c6fbae461214a011ac517443c81b0102.zip
gcc-fdcc0283c6fbae461214a011ac517443c81b0102.tar.gz
gcc-fdcc0283c6fbae461214a011ac517443c81b0102.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index df967c5..f945ae8 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,19 @@
+2020-09-10 Eric Botcazou <ebotcazou@gcc.gnu.org>
+
+ * gcc-interface/decl.c (set_rm_size): Do not take into account the
+ Value_Size clause if it is not for the entity itself.
+
+2020-09-10 Eric Botcazou <ebotcazou@gcc.gnu.org>
+
+ * gcc-interface/decl.c (build_subst_list): For a definition, make
+ sure to instantiate the SAVE_EXPRs generated by the elaboration of
+ the constraints in front of the elaboration of the type itself.
+
+2020-09-10 Eric Botcazou <ebotcazou@gcc.gnu.org>
+
+ * gcc-interface/misc.c: Include tree-pass.h.
+ (internal_error_function): Call emergency_dump_function.
+
2020-09-03 Arnaud Charlet <charlet@adacore.com>
* fe.h, opt.ads (Enable_128bit_Types): New.