diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2003-11-15 16:32:01 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2003-11-15 16:32:01 -0500 |
commit | 9cbbf4634e91d536460a35d6c6c9e82edbad9bdc (patch) | |
tree | fd783d0196212425590bb9f5a161b9b4e7f1cef6 | |
parent | 4f3ce03f29a3e4b2dfbb4ac8254a946e4c778140 (diff) | |
download | gcc-9cbbf4634e91d536460a35d6c6c9e82edbad9bdc.zip gcc-9cbbf4634e91d536460a35d6c6c9e82edbad9bdc.tar.gz gcc-9cbbf4634e91d536460a35d6c6c9e82edbad9bdc.tar.bz2 |
update comment
From-SVN: r73633
-rw-r--r-- | gcc/cp/typeck.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/cp/typeck.c b/gcc/cp/typeck.c index 26c6f2c..fa325c0 100644 --- 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) { |