gcc/gcc/cp ChangeLog decl.c
austern@gcc.gnu.org
austern@gcc.gnu.org
Wed Mar 5 22:08:00 GMT 2003
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: austern@gcc.gnu.org 2003-03-05 22:08:39
Modified files:
gcc/cp : ChangeLog decl.c
Log message:
* decl.c (cp_binding_level): Add static_decls varray member.
(add_decl_to_level): Add static/inline namespace scope
declarations to static_decls array.
(wrapup_global_for_namespace): Pass static_decls only, instead of
all decls, to wrapup_global_declarations/check_global_declarations.
(push_namespace): Initialize static_decls for ordinary namespaces.
(cxx_init_decl_processing): Initialize static_decls for global
namespace.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3235&r2=1.3236
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&r1=1.1013&r2=1.1014
More information about the Gcc-cvs
mailing list