From fb854c63db2752c2c4c3ffabe0f7d4ab3d51a93b Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Fri, 20 Jan 1995 17:59:17 -0800 Subject: [PATCH] (save_for_inline_copying): Add comment that nonlocal_label list should be updated if it ever can be nonzero. From-SVN: r8783 --- gcc/integrate.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/integrate.c b/gcc/integrate.c index ed21858659e..7f784c302ab 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -380,6 +380,11 @@ adjust_copied_decl_tree (block) compiled. Our caller (rest_of_compilation) saves the original DECL_INITIAL and DECL_ARGUMENTS; here we copy them. */ +/* ??? The nonlocal_label list should be adjusted also. However, since + a function that contains a nested function never gets inlined currently, + the nonlocal_label list will always be empty, so we don't worry about + it for now. */ + void save_for_inline_copying (fndecl) tree fndecl; -- 2.30.2