From e0a9b507b0d6388be7651b714a71995fc71f45d8 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 8 Jul 1992 09:08:42 -0400 Subject: [PATCH] *** empty log message *** From-SVN: r1518 --- gcc/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/tree.c b/gcc/tree.c index 0dadbd2bf71..bbdffebcc1d 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -1562,7 +1562,7 @@ tree_cons (purpose, value, chain) #endif for (i = (sizeof (struct tree_common) / sizeof (int)) - 1; i >= 0; i--) - ((int *) t)[i] = 0; + ((int *) node)[i] = 0; TREE_SET_CODE (node, TREE_LIST); if (current_obstack == &permanent_obstack) -- 2.30.2