mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-28 12:45:24 +08:00
(copy_node): Clear TREE_ASM_WRITTEN.
From-SVN: r13563
This commit is contained in:
parent
6a45254e5b
commit
69b7087e80
@ -1157,6 +1157,7 @@ copy_node (node)
|
||||
((char *) t)[i] = ((char *) node)[i];
|
||||
|
||||
TREE_CHAIN (t) = 0;
|
||||
TREE_ASM_WRITTEN (t) = 0;
|
||||
|
||||
if (TREE_CODE_CLASS (code) == 'd')
|
||||
DECL_UID (t) = next_decl_uid++;
|
||||
|
Loading…
Reference in New Issue
Block a user