gcc/gcc c-common.c c-common.h c-decl.c c-lex.c ...
bothner@gcc.gnu.org
bothner@gcc.gnu.org
Fri Dec 12 05:06:00 GMT 2003
CVSROOT: /cvs/gcc
Module name: gcc
Branch: compile-server-branch
Changes by: bothner@gcc.gnu.org 2003-12-12 05:06:37
Modified files:
gcc : c-common.c c-common.h c-decl.c c-lex.c
c-objc-common.c c-opts.c cppfiles.c cpplib.c
toplev.c tree.c ChangeLog
Log message:
* c-common.c (register_decl_dependency, reserve_fragment_binding,
reset_cpp_hashnodes, note_fragment_binding_1, note_fragment_binding_2,
note_fragment_binding_3, register_fragment_dependency, reset_hashnode,
dont_defeat_good_checking, save_fragment_bindings, cb_exit_fragment,
init_output_fragment): Change function header to ISO prototypes.
* c-common.h (alloc_include_fragment): Likewise.
* c-decl.c (lang_clear_identifier, init_c_decl_processing_eachsrc,
setup_globals): Likewise.
* c-lex.c (register_cpp_callbacks): Likewise.
* c-objc-common.c (init_c_objc_common_once): Likewise.
* c-opts.c (init_c_common_once): Likewise.
* cppfiles.c (_cpp_enter_fragment, _cpp_exit_fragment): Likewise.
* cpplib.c (_cpp_start_fragment, _cpp_note_macro): Likewise.
* toplev.c (compile_file_finish, server_loop): Likewise.
* tree.c (get_next_decl_uid): Likewise.
* c-decl.c (duplicate_decls): Mark different_tu ATTRIBUTE_UNUSED.
* c-common.c (restore_fragment, cb_exit_fragment): More statistics.
(warn_fragment_invalidation, gather_fragment_statistics): Move earlier.
* c-common.c (cb_enter_fragment): Don't restore_fragment if empty.
* c-common.c (cb_exit_fragment): Return never-executed loop.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-common.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.438.2.18&r2=1.438.2.19
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-common.h.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.194.2.12&r2=1.194.2.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-decl.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.417.2.9&r2=1.417.2.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-lex.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.209.2.7&r2=1.209.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-objc-common.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.29.2.9&r2=1.29.2.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-opts.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.79.2.14&r2=1.79.2.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cppfiles.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.177.2.16&r2=1.177.2.17
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cpplib.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.348.2.7&r2=1.348.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/toplev.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.813.2.15&r2=1.813.2.16
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.321.2.3&r2=1.321.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=2.618.2.80&r2=2.618.2.81
More information about the Gcc-cvs
mailing list