]> git.ipfire.org Git - thirdparty/gcc.git/commit
In gcc/:
authorGeoffrey Keating <geoffk@gcc.gnu.org>
Wed, 1 Nov 2006 05:16:14 +0000 (05:16 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Wed, 1 Nov 2006 05:16:14 +0000 (05:16 +0000)
commite430546039493165bb72d050645f70e87a2f7ffd
tree699c87f45ac8d8f3301362648096b1084d3f9031
parent167fa32c09eb5d93d23c74365a4ce818762de826
In gcc/:

* toplev.c (compile_file): Call final_write_globals
even if there have been errors.
In gcc/cp/:
* decl2.c (cp_write_global_declarations): Rename from
cp_finish_file.
* cp-lang.c (finish_file): Don't call cp_finish_file.
* cp-tree.h (cp_write_global_declarations): Rename from
cp_finish_file.
* cp-objcp-common.h (LANG_HOOKS_WRITE_GLOBALS): Define to
cp_write_global_declarations.

From-SVN: r118362
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/cp-lang.c
gcc/cp/cp-objcp-common.h
gcc/cp/cp-tree.h
gcc/cp/decl2.c
gcc/toplev.c