diff options
Diffstat (limited to 'gcc/ada/ChangeLog')
| -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 570dc0f..e330321 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,5 +1,13 @@ 2012-10-22 Eric Botcazou <ebotcazou@adacore.com> + * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Force + BLKmode on the type if it is passed by reference. + <E_Array_Subtype>: Likewise. + <E_Record_Type>: Guard the call to Is_By_Reference_Type predicate. + <E_Record_Subtype>: Likewise. + +2012-10-22 Eric Botcazou <ebotcazou@adacore.com> + * gcc-interface/utils.c (rest_of_record_type_compilation): Simplify and robustify pattern machine code for masking operations. |
