mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 00:21:03 +08:00
rest_of_compilation
From-SVN: r12956
This commit is contained in:
parent
405c1ce4d8
commit
fb19c4566d
@ -3398,9 +3398,11 @@ rest_of_compilation (decl)
|
||||
the copy, but the original is unchanged. */
|
||||
|
||||
if (saved_block_tree != 0)
|
||||
DECL_INITIAL (decl) = saved_block_tree;
|
||||
if (saved_arguments != 0)
|
||||
DECL_ARGUMENTS (decl) = saved_arguments;
|
||||
{
|
||||
DECL_INITIAL (decl) = saved_block_tree;
|
||||
DECL_ARGUMENTS (decl) = saved_arguments;
|
||||
DECL_ABSTRACT_ORIGIN (decl) = NULL_TREE;
|
||||
}
|
||||
|
||||
reload_completed = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user