aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Bothner <pbothner@apple.com>2003-12-15 19:09:14 +0000
committerPer Bothner <pbothner@apple.com>2003-12-15 19:09:14 +0000
commit6a6f451f8f0b08b7c8fc323f9616d7319504a718 (patch)
treeeb7b623a5b3b5953042cddb09cc8e060b14d24ce
parentcfaf666c4d5fd40394f618737d3168152695cff1 (diff)
Add FIXME commen t.
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/compile-server-branch@74643 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/c-decl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c
index b04a0dc5b40..9758a50742c 100644
--- a/gcc/c-decl.c
+++ b/gcc/c-decl.c
@@ -498,6 +498,8 @@ lang_clear_identifier (cpp_reader *pfile ATTRIBUTE_UNUSED,
TYPE_FIELDS (t) = NULL_TREE;
}
IDENTIFIER_LABEL_VALUE (tnode) = NULL_TREE;
+ /* These bits should probably only be reset at init_..._eachasm time,
+ not at init_..._eachsrc time. FIXME. */
TREE_USED (tnode) = 0;
TREE_PUBLIC (tnode) = 0;
TREE_SYMBOL_REFERENCED (tnode) = 0;