c-common.c (finish_fname_decls): Put the DECL_STMTs inside the outermost scope.
authorJason Merrill <jason@redhat.com>
Fri, 3 Jan 2003 19:29:51 +0000 (14:29 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 3 Jan 2003 19:29:51 +0000 (14:29 -0500)
commit6cce57b0d073bc545a9a2855885e65a4ca43ce4d
treeed397435e12ce43cd81067953111919e1628866f
parent9c91c80bb7595b799dc5c653de60f9c9d5898d14
c-common.c (finish_fname_decls): Put the DECL_STMTs inside the outermost scope.

        * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
        outermost scope.
        * c-decl.c (c_make_fname_decl): Push the decls there, too.
cp/
        * decl.c (cp_make_fname_decl): Push the decls inside the
        outermost scope.

From-SVN: r60848
gcc/ChangeLog
gcc/c-common.c
gcc/c-decl.c
gcc/cp/ChangeLog
gcc/cp/decl.c