Add missing ChangeLog entries in previous commit
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 25 May 2020 07:31:15 +0000 (09:31 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 25 May 2020 07:31:15 +0000 (09:31 +0200)
gcc/ada/ChangeLog
gcc/testsuite/ChangeLog

index 0068265..b312e01 100644 (file)
@@ -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.
index f12bc69..3bbe2e3 100644 (file)
@@ -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.