projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18c0ecb
)
tree-optimize.c (tree_rest_of_compilation): Do not release DECL_ARGUMENTS.
author
Jan Hubicka
<jh@suse.cz>
Thu, 12 Feb 2004 16:33:07 +0000
(17:33 +0100)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Thu, 12 Feb 2004 16:33:07 +0000
(16:33 +0000)
* tree-optimize.c (tree_rest_of_compilation): Do not release
DECL_ARGUMENTS.
From-SVN: r77711
gcc/ChangeLog
patch
|
blob
|
history
gcc/tree-optimize.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index f036949e21ccb970a1e8e51f1444d391bc5c4fe3..6ed2399e39e4adca5b7f26ac5d865046a7408c63 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,8
@@
+2004-02-12 Jan Hubicka <jh@suse.cz>
+
+ * tree-optimize.c (tree_rest_of_compilation): Do not release
+ DECL_ARGUMENTS.
+
2004-02-11 Matt Kraai <kraai@alumni.cmu.edu>
* doc/install.texi: Fix the spelling of "explicitly".
diff --git
a/gcc/tree-optimize.c
b/gcc/tree-optimize.c
index b60d2f36994c5f71524807fa3fa260b43e3789e7..9df5adbd79e40e8b835fce5a3b4b5e1ae0632c04 100644
(file)
--- a/
gcc/tree-optimize.c
+++ b/
gcc/tree-optimize.c
@@
-218,8
+218,6
@@
tree_rest_of_compilation (tree fndecl, bool nested_p)
If rest_of_compilation set this to 0, leave it 0. */
if (DECL_INITIAL (fndecl) != 0)
DECL_INITIAL (fndecl) = error_mark_node;
-
- DECL_ARGUMENTS (fndecl) = 0;
}
}