Commit 8afaddaa by Eric Botcazou

Minor comment tweak.

From-SVN: r225005
parent bc583f7a
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment