]> gcc.gnu.org Git - gcc.git/commitdiff
dump-parse-tree.c (show_symtree): Revert change unintentionally committed in r106246.
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Tue, 1 Nov 2005 19:05:34 +0000 (20:05 +0100)
committerTobias Schlüter <tobi@gcc.gnu.org>
Tue, 1 Nov 2005 19:05:34 +0000 (20:05 +0100)
* dump-parse-tree.c (show_symtree): Revert change unintentionally
committed in r106246.

From-SVN: r106341

gcc/fortran/ChangeLog
gcc/fortran/dump-parse-tree.c

index e28464b4d0b3468ebec6324d9631214fc26ab760..6e7f5843659369f774f376256b64cbc20386bf8d 100644 (file)
@@ -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
index 8068b10d35fb3f80787c55be24175b5da0434b7b..2d708f7efed41f74c4518c19243a552ad134b741 100644 (file)
@@ -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);
 }
This page took 0.071422 seconds and 5 git commands to generate.