diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2020-09-11 10:09:59 +0200 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2020-09-11 10:09:59 +0200 |
commit | dedf9ebc89ad4308a506300afaa6c8429a50446d (patch) | |
tree | 90cffdab77f7114ce805703018db3d0a97c217b3 /gcc/ada | |
parent | a9c960a3bd621fc7a721e3c31c706ba736b384ea (diff) | |
download | gcc-dedf9ebc89ad4308a506300afaa6c8429a50446d.zip gcc-dedf9ebc89ad4308a506300afaa6c8429a50446d.tar.gz gcc-dedf9ebc89ad4308a506300afaa6c8429a50446d.tar.bz2 |
Adjust email address
Diffstat (limited to 'gcc/ada')
-rw-r--r-- | gcc/ada/ChangeLog | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index f945ae8..22fa765 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,15 +1,15 @@ -2020-09-10 Eric Botcazou <ebotcazou@gcc.gnu.org> +2020-09-10 Eric Botcazou <ebotcazou@adacore.com> * gcc-interface/decl.c (set_rm_size): Do not take into account the Value_Size clause if it is not for the entity itself. -2020-09-10 Eric Botcazou <ebotcazou@gcc.gnu.org> +2020-09-10 Eric Botcazou <ebotcazou@adacore.com> * gcc-interface/decl.c (build_subst_list): For a definition, make sure to instantiate the SAVE_EXPRs generated by the elaboration of the constraints in front of the elaboration of the type itself. -2020-09-10 Eric Botcazou <ebotcazou@gcc.gnu.org> +2020-09-10 Eric Botcazou <ebotcazou@adacore.com> * gcc-interface/misc.c: Include tree-pass.h. (internal_error_function): Call emergency_dump_function. @@ -1815,39 +1815,39 @@ * par-ch6.adb (P_Return_Object_Declaration): Set Has_Init_Expression flag. -2020-07-02 Eric Botcazou <ebotcazou@gcc.gnu.org> +2020-07-02 Eric Botcazou <ebotcazou@adacore.com> * debug.adb (d.K): Document new usage. * fe.h (Debug_Flag_Dot_KK): Declare. * gcc-interface/decl.c (gnat_to_gnu_field): Give an error when the component overlaps with the parent subtype, except with -gnatd.K. -2020-06-26 Eric Botcazou <ebotcazou@gcc.gnu.org> +2020-06-26 Eric Botcazou <ebotcazou@adacore.com> * exp_ch4.adb (Expand_Set_Membership): Expand the membership test using left associativity instead of right associativity. -2020-06-23 Eric Botcazou <ebotcazou@gcc.gnu.org> +2020-06-23 Eric Botcazou <ebotcazou@adacore.com> * gcc-interface/utils2.c (build_binary_op): Remove space. -2020-06-23 Eric Botcazou <ebotcazou@gcc.gnu.org> +2020-06-23 Eric Botcazou <ebotcazou@adacore.com> * gcc-interface/trans.c (gnat_to_gnu) <N_Allocator>: Minor tweaks. Call Has_Constrained_Partial_View on base type of designated type. -2020-06-23 Eric Botcazou <ebotcazou@gcc.gnu.org> +2020-06-23 Eric Botcazou <ebotcazou@adacore.com> * gcc-interface/utils.c (gnat_write_global_declarations): Output integral global variables first and the imported functions later. -2020-06-23 Eric Botcazou <ebotcazou@gcc.gnu.org> +2020-06-23 Eric Botcazou <ebotcazou@adacore.com> * gcc-interface/decl.c (elaborate_expression_1): When GNAT encodings are not used, do not create a variable for debug info purposes if the expression is itself a user-declared variable. -2020-06-23 Eric Botcazou <ebotcazou@gcc.gnu.org> +2020-06-23 Eric Botcazou <ebotcazou@adacore.com> * gcc-interface/ada-tree.h (DECL_RENAMED_OBJECT): Delete. * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Variable>: Always use @@ -1859,17 +1859,17 @@ Do not deal with side-effects here. <N_Exception_Renaming_Declaration>: Likewise. -2020-06-23 Eric Botcazou <ebotcazou@gcc.gnu.org> +2020-06-23 Eric Botcazou <ebotcazou@adacore.com> * gcc-interface/decl.c (elaborate_expression): Replace calls to Is_OK_Static_Expression with Compile_Time_Known_Value. -2020-06-23 Eric Botcazou <ebotcazou@gcc.gnu.org> +2020-06-23 Eric Botcazou <ebotcazou@adacore.com> * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Subtype>: Set debug type to the base type and only if the subtype is artificial. -2020-06-23 Eric Botcazou <ebotcazou@gcc.gnu.org> +2020-06-23 Eric Botcazou <ebotcazou@adacore.com> * gcc-interface/trans.c (gnat_to_gnu) <N_Assignment_Statement>: Do not test Is_Bit_Packed_Array in the memset path. @@ -7825,7 +7825,7 @@ * gnatvsn.ads: Bump Library_Version to 11. -2020-05-26 Eric Botcazou <ebotcazou@gcc.gnu.org> +2020-05-26 Eric Botcazou <ebotcazou@adacore.com> PR ada/95333 * gcc-interface/decl.c (gnat_to_gnu_param): Never make a variant of |