projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f3ce03
)
update comment
author
Jason Merrill
<jason@gcc.gnu.org>
Sat, 15 Nov 2003 21:32:01 +0000
(16:32 -0500)
committer
Jason Merrill
<jason@gcc.gnu.org>
Sat, 15 Nov 2003 21:32:01 +0000
(16:32 -0500)
From-SVN: r73633
gcc/cp/typeck.c
patch
|
blob
|
history
diff --git
a/gcc/cp/typeck.c
b/gcc/cp/typeck.c
index 26c6f2c33a63c240c410c6bbb20f51670ed693fe..fa325c0b952a121fbad5a710bce1339a9e9914c3 100644
(file)
--- a/
gcc/cp/typeck.c
+++ b/
gcc/cp/typeck.c
@@
-5984,8
+5984,9
@@
check_return_expr (tree retval)
returned expression uses the chosen variable somehow. And people expect
this restriction, anyway. (jason 2000-11-19)
- See finish_function, genrtl_start_function, and declare_return_variable
- for other pieces of this optimization. */
+ See finish_function, cxx_expand_function_start, and
+ cp_copy_res_decl_for_inlining for other pieces of this
+ optimization. */
if (fn_returns_value_p && flag_elide_constructors)
{