tree.c (walk_tree): Don't recurse into DECL_INITIAL or DECL_SIZE unless...
authorMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 7 Dec 1999 07:38:21 +0000 (07:38 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 7 Dec 1999 07:38:21 +0000 (07:38 +0000)
commit2fb9811eacce6e68f6a05a63e11bbcb03f7002c5
tree7d6563a996e80a0d556a58daad9be306a341c62c
parent601bf25120ceb240c3866ffb3206d9392094b61b
tree.c (walk_tree): Don't recurse into DECL_INITIAL or DECL_SIZE unless...

* tree.c (walk_tree): Don't recurse into DECL_INITIAL or DECL_SIZE
unless we're declaring the variable in question.

From-SVN: r30815
gcc/testsuite/g++.old-deja/g++.other/decl7.C [new file with mode: 0644]