diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2020-05-25 09:31:15 +0200 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2020-05-25 09:31:15 +0200 |
commit | 49d6f7243ae7f8e7d8ed162776847fae47c3f218 (patch) | |
tree | c1a53018c04077eb06eb457581ed4b43cab4fa9d /gcc/ada | |
parent | 5dce843f32edfd998ae4844d8115a9c9b9c394bc (diff) | |
download | gcc-49d6f7243ae7f8e7d8ed162776847fae47c3f218.zip gcc-49d6f7243ae7f8e7d8ed162776847fae47c3f218.tar.gz gcc-49d6f7243ae7f8e7d8ed162776847fae47c3f218.tar.bz2 |
Add missing ChangeLog entries in previous commit
Diffstat (limited to 'gcc/ada')
-rw-r--r-- | gcc/ada/ChangeLog | 8 |
1 files changed, 8 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. |