]> gcc.gnu.org Git - gcc.git/commit - gcc/ada/gcc-interface/utils.c
exp_dbug.ads (Packed Array Encoding): Document the new encoding for the unconstrained...
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 14 Sep 2009 19:27:21 +0000 (19:27 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 14 Sep 2009 19:27:21 +0000 (19:27 +0000)
commit40c88b9403ef1e2b2e93ff70a5fb794916027665
tree60a554690ff540bb38e350af14ceebfd44fee09f
parent1d65f45cfaefa060737af130c3fc69afb3030980
exp_dbug.ads (Packed Array Encoding): Document the new encoding for the unconstrained case.

* exp_dbug.ads (Packed Array Encoding): Document the new encoding for
the unconstrained case.
* gcc-interfaces/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Implement
the encoding.  Do not give a name to the pointer type to the XUT type.
* gcc-interfaces/utils.c (gnat_pushdecl): Propagate DECL_ORIGINAL_TYPE
for fat pointer types, if any.  Make sure DECL_ARTIFICIAL is cleared
on nodes with DECL_ORIGINAL_TYPE set.
(update_pointer_to): Set DECL_ORIGINAL_TYPE to the original pointer
for fat pointer types.  Make sure DECL_ARTIFICIAL is cleared.

From-SVN: r151697
gcc/ada/ChangeLog
gcc/ada/exp_dbug.ads
gcc/ada/gcc-interface/decl.c
gcc/ada/gcc-interface/utils.c
This page took 0.058083 seconds and 5 git commands to generate.