diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-10-27 11:19:41 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-10-27 11:19:41 +0000 |
commit | cc01c1430f2ca698a8bd589baeacec1bb7497554 (patch) | |
tree | 96a95cb33de3391c4a2f50123941d5368fe48d07 /gcc/ada/ChangeLog | |
parent | a400b1ade2b1ea69980c370b7a4cc35a2301e6f7 (diff) | |
download | gcc-cc01c1430f2ca698a8bd589baeacec1bb7497554.tar.gz |
* gcc-interface/decl.c (gnat_to_gnu_entity): Apply special treatment
of derived packed array types to constrained subtypes only.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216727 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r-- | gcc/ada/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index bb092c81c66..f8bcb2e97ea 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,5 +1,10 @@ 2014-10-27 Eric Botcazou <ebotcazou@adacore.com> + * gcc-interface/decl.c (gnat_to_gnu_entity): Apply special treatment + of derived packed array types to constrained subtypes only. + +2014-10-27 Eric Botcazou <ebotcazou@adacore.com> + * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Remove superfluous computation for the max size. <E_Array_Subtype>: Likewise. Make sure that the max size calculation |