[gcc(refs/users/guojiufu/heads/guojiufu-branch)] Add missing ChangeLog entries in previous commit

Jiu Fu Guo guojiufu@gcc.gnu.org
Wed Jun 10 03:06:00 GMT 2020


https://gcc.gnu.org/g:49d6f7243ae7f8e7d8ed162776847fae47c3f218

commit 49d6f7243ae7f8e7d8ed162776847fae47c3f218
Author: Eric Botcazou <ebotcazou@gcc.gnu.org>
Date:   Mon May 25 09:31:15 2020 +0200

    Add missing ChangeLog entries in previous commit

Diff:
---
 gcc/ada/ChangeLog       | 8 ++++++++
 gcc/testsuite/ChangeLog | 6 ++++++
 2 files changed, 14 insertions(+)

diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 0068265649b..b312e01919b 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,11 @@
+2020-05-25  Eric Botcazou  <ebotcazou@adacore.com>
+
+	* gcc-interface/gigi.h (operand_type): New static inline function.
+	* gcc-interface/trans.c (gnat_to_gnu): Do not suppress conversion
+	to the resulty type at the end for array types.
+	* gcc-interface/utils2.c (build_binary_op) <MODIFY_EXPR>: Do not
+	remove conversions between array types on the LHS.
+
 2020-05-12  Eric Botcazou  <ebotcazou@adacore.com>
 
 	* sem_aggr.ads (Is_Single_Aggregate): New function.
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index f12bc694d49..3bbe2e3d2b3 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2020-05-25  Eric Botcazou  <ebotcazou@adacore.com>
+
+	* gnat.dg/array39.adb: New test.
+	* gnat.dg/array39_pkg.ads: New helper.
+	* gnat.dg/array39_pkg.adb: Likewise.
+
 2020-05-25  Hongtao Liu  <hongtao.liu@intel.com>
 
 	* gcc.target/i386/pr95125-avx.c: New test.


More information about the Gcc-cvs mailing list