projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82f7a84
)
Fix typo in last change
author
Mark Mitchell
<mmitchel@gcc.gnu.org>
Fri, 27 Aug 1999 18:22:35 +0000
(18:22 +0000)
committer
Mark Mitchell
<mmitchel@gcc.gnu.org>
Fri, 27 Aug 1999 18:22:35 +0000
(18:22 +0000)
From-SVN: r28935
gcc/cp/decl.c
patch
|
blob
|
history
diff --git
a/gcc/cp/decl.c
b/gcc/cp/decl.c
index b04673c7cecea1e69613b268462da8cc133602a9..0fc298f4801543f2751dcc688aeef642dc51defd 100644
(file)
--- a/
gcc/cp/decl.c
+++ b/
gcc/cp/decl.c
@@
-13833,7
+13833,7
@@
finish_function (lineno, flags, nested)
start_function. Expand_function_end will decrement this
variable. So, we set the variable to one here, so that after
the decrement it will remain zero. */
- immediate_size_expand =
0
;
+ immediate_size_expand =
1
;
/* Generate rtl for function exit. */
expand_function_end (input_filename, lineno, 1);