projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc583f7
)
Minor comment tweak.
author
Eric Botcazou
<ebotcazou@gcc.gnu.org>
Fri, 26 Jun 2015 10:27:01 +0000
(10:27 +0000)
committer
Eric Botcazou
<ebotcazou@gcc.gnu.org>
Fri, 26 Jun 2015 10:27:01 +0000
(10:27 +0000)
From-SVN: r225005
gcc/ada/gcc-interface/utils.c
patch
|
blob
|
history
diff --git
a/gcc/ada/gcc-interface/utils.c
b/gcc/ada/gcc-interface/utils.c
index e4b0ebac320fbe254f31baa035ee1b660c371d8c..ab5b9e0bc45f573b43099da5ebbdf5d82902e6da 100644
(file)
--- a/
gcc/ada/gcc-interface/utils.c
+++ b/
gcc/ada/gcc-interface/utils.c
@@
-5234,8
+5234,7
@@
gnat_write_global_declarations (void)
debug_hooks->type_decl (iter, false);
/* Then output the global variables. We need to do that after the debug
- information is emitted above so that "forward" type declarations are
- properly merged with their definition in the debug information. */
+ information for global types is emitted so that they are finalized. */
FOR_EACH_VEC_SAFE_ELT (global_decls, i, iter)
if (TREE_CODE (iter) == VAR_DECL)
rest_of_decl_compilation (iter, true, 0);