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
This commit is contained in:
parent
89d86f1397
commit
2e71c2a06e
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue