From: Richard Kenner Date: Wed, 8 Jul 1992 13:08:42 +0000 (-0400) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e0a9b507b0d6388be7651b714a71995fc71f45d8;p=gcc.git *** empty log message *** From-SVN: r1518 --- 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)