decl.c (gnat_to_gnu_entity): Add comment for the packed array type case.
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 7 Mar 2008 18:41:01 +0000 (18:41 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 7 Mar 2008 18:41:01 +0000 (18:41 +0000)
commitb49a1a1e0fef509deb7d91ef348ad3793478f471
tree01383e32c69120abe8445d35e65f328e6c8bdf0a
parent38516a1ab66ecdd05a12bfaad2eb05736a36e1c0
decl.c (gnat_to_gnu_entity): Add comment for the packed array type case.

* decl.c (gnat_to_gnu_entity) <E_Modular_Integer_Subtype>: Add
comment for the packed array type case.
* utils.c (build_template): Use a loop to strip padding or
containing records for justified modular types.

From-SVN: r133014
gcc/ada/ChangeLog
gcc/ada/decl.c
gcc/ada/utils.c