diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 0068265..b312e01 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 f12bc69..3bbe2e3 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. |