diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2011-03-26 09:55:04 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-03-26 09:55:04 +0000 |
commit | 6ddf9843628ab87261d2ec8dc3d14ac057e76014 (patch) | |
tree | 5cbb5738edf0877a3943e13174915c10a0e0e71c /gcc/ada/gcc-interface/gigi.h | |
parent | 5daed84a544a8e2bd3017ad77975abd9831953b7 (diff) | |
download | gcc-6ddf9843628ab87261d2ec8dc3d14ac057e76014.zip gcc-6ddf9843628ab87261d2ec8dc3d14ac057e76014.tar.gz gcc-6ddf9843628ab87261d2ec8dc3d14ac057e76014.tar.bz2 |
gigi.h (finalize_from_with_types): Adjust comment.
* gcc-interface/gigi.h (finalize_from_with_types): Adjust comment.
* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Access_Type>: Defer
unconditionally to the end of the unit when the designated type is
limited_with'ed.
<all>: Rename local variable. Attempt to un-defer types only and do it
for limited_with'ed types as well.
(finalize_from_with_types): Adjust comment. Rename variable and tidy.
* gcc-interface/trans.c (Compilation_Unit_to_gnu): Use GNAT_UNIT
consistently and remove redundant call to finalize_from_with_types.
From-SVN: r171552
Diffstat (limited to 'gcc/ada/gcc-interface/gigi.h')
-rw-r--r-- | gcc/ada/gcc-interface/gigi.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/gcc-interface/gigi.h b/gcc/ada/gcc-interface/gigi.h index 2605533..a50010c 100644 --- a/gcc/ada/gcc-interface/gigi.h +++ b/gcc/ada/gcc-interface/gigi.h @@ -96,8 +96,7 @@ do { \ mark_visited (EXP); \ } while (0) -/* Finalize any From_With_Type incomplete types. We do this after processing - our compilation unit and after processing its spec, if this is a body. */ +/* Finalize the processing of From_With_Type incomplete types. */ extern void finalize_from_with_types (void); /* Return the equivalent type to be used for GNAT_ENTITY, if it's a |