]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ada/ChangeLog
ada-tree.h (DECL_TAFT_TYPE_P): New flag.
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 2 Apr 2011 08:36:32 +0000 (08:36 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 2 Apr 2011 08:36:32 +0000 (08:36 +0000)
commit65444786bebc03fd4f639801aecc8a25047d33f8
tree881fb3f82762fd6dd981e1216e6623745d035a07
parent1aeb40dd6d0e8d5a62d25679fa6b0533d72fd4dd
ada-tree.h (DECL_TAFT_TYPE_P): New flag.

* gcc-interface/ada-tree.h (DECL_TAFT_TYPE_P): New flag.
* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Incomplete_Type>: Set it
if this is a Taft amendment type and the full declaration is available.
* gcc-interface/trans.c (process_type): Likewise.
If there is an old type, mark the new one as used if DECL_TAFT_TYPE_P.
(process_freeze_entity): Likewise.
* gcc-interface/utils.c (dummy_global): New static variable.
(gnat_write_global_declarations): If there are types declared as used
at the global level, insert them in the global hash table.

From-SVN: r171881
gcc/ada/ChangeLog
gcc/ada/gcc-interface/ada-tree.h
gcc/ada/gcc-interface/decl.c
gcc/ada/gcc-interface/trans.c
gcc/ada/gcc-interface/utils.c