diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-09-12 00:16:30 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-09-12 00:16:30 +0000 |
commit | ac35c090821f92f41e83d1688eaf2e2b4946afb1 (patch) | |
tree | 7caa9814f802f22049b5a5289db9af58747c09bd /gcc/ada | |
parent | e73f586c93b219eac15b29c9536c18fac634790b (diff) | |
download | gcc-ac35c090821f92f41e83d1688eaf2e2b4946afb1.zip gcc-ac35c090821f92f41e83d1688eaf2e2b4946afb1.tar.gz gcc-ac35c090821f92f41e83d1688eaf2e2b4946afb1.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/ada')
-rw-r--r-- | gcc/ada/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 22fa765..d30d1e7 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,25 @@ +2020-09-11 Eric Botcazou <ebotcazou@adacore.com> + + * gcc-interface/utils.c (type_has_variable_size): New function. + (create_field_decl): In the packed case, also force byte alignment + when the type of the field has variable size. + +2020-09-11 Eric Botcazou <ebotcazou@adacore.com> + + * gcc-interface/misc.c (get_array_bit_stride): Return TYPE_ADA_SIZE + for record and union types. + +2020-09-11 Eric Botcazou <ebotcazou@adacore.com> + + * gcc-interface/misc.c (gnat_get_fixed_point_type): Bail out only + when the GNAT encodings are specifically used. + +2020-09-11 Eric Botcazou <ebotcazou@adacore.com> + + * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Subtype>: Only + create extra subtypes for discriminants if the RM size of the base + type of the index type is lower than that of the index type. + 2020-09-10 Eric Botcazou <ebotcazou@adacore.com> * gcc-interface/decl.c (set_rm_size): Do not take into account the |