diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2015-06-06 07:44:03 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2015-06-06 07:44:03 +0000 |
commit | 0f50b3db8ab24d90f29143c80fc6b54efa9cba83 (patch) | |
tree | 4fef9d81db0131619bdf0bb71bb0627c0f5e675b /gcc/ada/gcc-interface/decl.c | |
parent | bb5c49564ff5ec66f4ae39a00b2ed59189f95fc8 (diff) | |
download | gcc-0f50b3db8ab24d90f29143c80fc6b54efa9cba83.zip gcc-0f50b3db8ab24d90f29143c80fc6b54efa9cba83.tar.gz gcc-0f50b3db8ab24d90f29143c80fc6b54efa9cba83.tar.bz2 |
utils.c (note_types_used_by_globals): Tweak comment.
* gcc-interface/utils.c (note_types_used_by_globals): Tweak comment.
* gcc-interface/decl.c (gnat_to_gnu_entity): Likewise.
From-SVN: r224184
Diffstat (limited to 'gcc/ada/gcc-interface/decl.c')
-rw-r--r-- | gcc/ada/gcc-interface/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gcc-interface/decl.c b/gcc/ada/gcc-interface/decl.c index 42e2cfb..3c243a2 100644 --- a/gcc/ada/gcc-interface/decl.c +++ b/gcc/ada/gcc-interface/decl.c @@ -5185,7 +5185,7 @@ gnat_to_gnu_entity (Entity_Id gnat_entity, tree gnu_expr, int definition) && !Present (Alias (gnat_entity)) && !(Present (Renamed_Object (gnat_entity)) && saved)) { - /* ?? DECL_ARTIFICIAL, and possibly DECL_IGNORED_P below, should + /* ??? DECL_ARTIFICIAL, and possibly DECL_IGNORED_P below, should be set before calling rest_of_decl_compilation above (through create_var_decl_1). This is because rest_of_decl_compilation calls the debugging backend and will create a DIE without |