diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-12 00:16:39 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-12 00:16:39 +0000 |
commit | 0f5f9ed5e5a041b636cc002451b1e8b2295f8e4f (patch) | |
tree | be559cf894d65e5c4da1325c784e3eb4fe851b2a /gcc/ada | |
parent | 5d46ec3db21d8c8926f15a634b2d6570536db5f1 (diff) | |
download | gcc-0f5f9ed5e5a041b636cc002451b1e8b2295f8e4f.zip gcc-0f5f9ed5e5a041b636cc002451b1e8b2295f8e4f.tar.gz gcc-0f5f9ed5e5a041b636cc002451b1e8b2295f8e4f.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/ada')
-rw-r--r-- | gcc/ada/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index e00b1a1..d131abf 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,36 @@ +2020-11-11 Eric Botcazou <ebotcazou@adacore.com> + + * gcc-interface/gigi.h: Remove ^L characters throughout. + * gcc-interface/decl.c: Likewise. + * gcc-interface/utils.c: Likewise. + * gcc-interface/utils2.c: Likewise. + * gcc-interface/trans.c (gnat_to_gnu) <N_Allocator>: Do not explicitly + go to the base type for the Has_Constrained_Partial_View flag. + +2020-11-11 Eric Botcazou <ebotcazou@adacore.com> + + * gcc-interface/trans.c (build_binary_op_trapv): Convert operands + to the result type before doing generic overflow checking. + +2020-11-11 Eric Botcazou <ebotcazou@adacore.com> + + * gcc-interface/trans.c (can_be_lower_p): Remove. + (Regular_Loop_to_gnu): Add ENTRY_COND unconditionally if + BOTTOM_COND is non-zero. + +2020-11-11 Eric Botcazou <ebotcazou@adacore.com> + + * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Constant>: In case + the constant is not being defined, get the expression in type + annotation mode only if its type is elementary. + +2020-11-11 Eric Botcazou <ebotcazou@adacore.com> + + * gcc-interface/trans.c (gnat_to_gnu) <N_Op_Shift>: Also convert + GNU_MAX_SHIFT if the type of the operation has been changed. + * gcc-interface/utils.c (can_materialize_object_renaming_p): Add + pair of missing parentheses. + 2020-11-07 Eric Botcazou <ebotcazou@adacore.com> * gcc-interface/Makefile.in: Force target_cpu to powerpc if the |