PATCH to ptree.c

Mark Mitchell mmitchell@usa.net
Mon May 11 09:48:00 GMT 1998


Jason --

  Here's a very minor patch.  OK to check in?

-- 
Mark Mitchell <mmitchell@usa.net>
http://home.earthlink.net/~mbmitchell
Consulting Services Available

Mon May 11 09:48:07 1998  Mark Mitchell  <mmitchell@usa.net>

	* ptree.c (lang_print_xnode): Add missing `break'.

Index: ptree.c
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/cp/ptree.c,v
retrieving revision 1.9
diff -c -p -r1.9 ptree.c
*** ptree.c	1998/05/08 02:06:11	1.9
--- ptree.c	1998/05/11 16:37:31
*************** lang_print_xnode (file, node, indent)
*** 172,177 ****
--- 172,178 ----
      case OVERLOAD:
        print_node (file, "function", OVL_FUNCTION (node), indent+4);
        print_node (file, "chain", TREE_CHAIN (node), indent+4);
+       break;
      case TEMPLATE_PARM_INDEX:
        indent_to (file, indent + 3);
        fprintf (file, "index %d level %d orig_level %d",



More information about the Gcc-bugs mailing list