Commit 2e71c2a0 by Tobias Schlüter Committed by Tobias Schlüter

dump-parse-tree.c (show_symtree): Revert change unintentionally committed in r106246.

	* dump-parse-tree.c (show_symtree): Revert change unintentionally
	committed in r106246.

From-SVN: r106341
parent 89d86f13
2005-11-01 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
* dump-parse-tree.c (show_symtree): Revert change unintentionally
committed in r106246.
2005-11-01 Paul Thomas <pault@gcc.gnu.org>
PR fortran/21565
......
......@@ -756,9 +756,7 @@ show_symtree (gfc_symtree * st)
gfc_status ("symtree: %s Ambig %d", st->name, st->ambiguous);
if (st->n.sym->ns != gfc_current_ns)
/* Do nothing
gfc_status (" from namespace %s", st->n.sym->ns->proc_name->name); */
;
gfc_status (" from namespace %s", st->n.sym->ns->proc_name->name);
else
gfc_show_symbol (st->n.sym);
}
......
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