diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2012-07-19 21:09:53 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2012-07-19 21:09:53 +0000 |
commit | b42ff0a550777b45ca004460ef55f50f8f0e34c9 (patch) | |
tree | 3ec3b22635fcddef0db081536f221cd82c4dd6f0 /gcc/ada/ChangeLog | |
parent | f9fef34989a9d1974943ec3e835a547b56150c6a (diff) | |
download | gcc-b42ff0a550777b45ca004460ef55f50f8f0e34c9.zip gcc-b42ff0a550777b45ca004460ef55f50f8f0e34c9.tar.gz gcc-b42ff0a550777b45ca004460ef55f50f8f0e34c9.tar.bz2 |
decl.c (gnat_to_gnu_entity): Try to ensure that an object of CW type initialized to a value is sufficiently...
* gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Try to ensure
that an object of CW type initialized to a value is sufficiently
aligned for this value.
From-SVN: r189682
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r-- | gcc/ada/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index be2733b..fb0272b 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,5 +1,11 @@ 2012-07-19 Eric Botcazou <ebotcazou@adacore.com> + * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Try to ensure + that an object of CW type initialized to a value is sufficiently + aligned for this value. + +2012-07-19 Eric Botcazou <ebotcazou@adacore.com> + * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Subtype>: Do not look up the REP part of the base type in advance. Deal with that of the variant types. |