aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-04-16 10:48:41 -0600
committerJeff Law <law@gcc.gnu.org>1998-04-16 10:48:41 -0600
commit472295b89135af24cd0bc7395950f60c59c25571 (patch)
tree8ec3d6b7e25d943fe428702adedf97aaf086a946 /gcc
parent7ce55772e8e2e58230198dbb79466de7c52ac5fd (diff)
downloadgcc-472295b89135af24cd0bc7395950f60c59c25571.zip
gcc-472295b89135af24cd0bc7395950f60c59c25571.tar.gz
gcc-472295b89135af24cd0bc7395950f60c59c25571.tar.bz2
search.c (my_tree_cons): Don't clear words outside the newly allocated node.
� * search.c (my_tree_cons): Don't clear words outside the newly allocated node. From-SVN: r19237
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index c3f6f9a..6118d04 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+Thu Apr 16 17:47:30 1998 Jeffrey A Law (law@cygnus.com)
+
+ * search.c (my_tree_cons): Don't clear words outside the
+ newly allocated node.
+
Wed Apr 15 15:34:44 1998 Dave Brolley <brolley@cygnus.com>
* lex.c (init_parse): Now returns char* containing the filename.