authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Nov 1998 19:06:35 +0000 (19:06 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Nov 1998 19:06:35 +0000 (19:06 +0000)
* print-tree.c (print_node):  After printing BLOCK or BIND_EXPR,
break instead of return (which loses closing '>').

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23720 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 3e7f3d9..ed9dcc7 100644 (file)
@@ -1,3 +1,8 @@
+Thu Nov 19 19:05:49 1998  Per Bothner  <bothner@cygnus.com>
+
+       * print-tree.c (print_node):  After printing BLOCK or BIND_EXPR,
+       break instead of return (which loses closing '>').
+
 Thu Nov 19 19:34:13 1998  Jeffrey A Law  (law@cygnus.com)
 
        * i386.md (jump): Explicitly set "memory" attribute.