* dump-parse-tree.c (show_symtree): Revert change unintentionally
committed in r106246.
From-SVN: r106341
+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
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);
}