From: Jim Wilson Date: Sat, 21 Jan 1995 01:59:17 +0000 (-0800) Subject: (save_for_inline_copying): Add comment that X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fb854c63db2752c2c4c3ffabe0f7d4ab3d51a93b;p=gcc.git (save_for_inline_copying): Add comment that nonlocal_label list should be updated if it ever can be nonzero. From-SVN: r8783 --- 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;