diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-03 19:29:51 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-03 19:29:51 +0000 |
commit | 81010c9762bdeb5c579ba06d25abdf5adeb2d680 (patch) | |
tree | ed397435e12ce43cd81067953111919e1628866f /gcc/ChangeLog | |
parent | 6b5829b61cf7053380511862ae06533462bc2a3d (diff) | |
download | gcc-81010c9762bdeb5c579ba06d25abdf5adeb2d680.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60848 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index df4f2b16116..37c1db7e3fc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2003-01-02 Jason Merrill <jason@redhat.com> + + * 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. + 2003-01-03 Kazu Hirata <kazu@cs.umass.edu> * config/h8300/h8300-protos.h: Add a prototype for |