function.c (identify_blocks): Don't shadow a variable in an outer scope.
authorMark Mitchell <mark@codesourcery.com>
Thu, 16 Sep 1999 04:39:52 +0000 (04:39 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 16 Sep 1999 04:39:52 +0000 (04:39 +0000)
commit21204d3437afb26b4925c388498ba844cc5e9787
tree9f1e32dcb6ee61b0b40d777e706ee53e82c17df2
parentafbadaa70142eb2bd4aa91103d236c3b5b59945d
function.c (identify_blocks): Don't shadow a variable in an outer scope.

* function.c (identify_blocks): Don't shadow a variable in an
outer scope.
* integrate.c (integrate_decl_tree): Don't use pushlevel,
pushdecl, or poplevel to build up the new BLOCK tree.
(expand_inline_function): Likewise.
(integrate_parm_decls): Likewise.

From-SVN: r29453
gcc/ChangeLog
gcc/function.c
gcc/integrate.c