r116015 - in /branches/lto: ChangeLog.lto gcc/c...

kazu@gcc.gnu.org kazu@gcc.gnu.org
Tue Aug 8 18:19:00 GMT 2006


Author: kazu
Date: Tue Aug  8 18:19:08 2006
New Revision: 116015

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116015
Log:
	* gcc/cp/call.c (build_java_interface_fn_ref): Use
	build_function_type_list instead of build_function_type.
	* gcc/cp/decl.c (cxx_init_decl_processing, get_atexit_node,
	start_cleanup_fn, expand_static_init): Likewise.
	* gcc/cp/decl2.c (start_objects,
	start_static_storage_duration_function): Likewise.
	* gcc/cp/except.c (init_exception_processing,
	do_get_exception_ptr, do_begin_catch, do_allocate_exception,
	build_throw): Likewise.
	* gcc/cp/rtti.c (throw_bad_cast, throw_bad_typeid,
	build_dynamic_cast_1): Likewise.

Modified:
    branches/lto/ChangeLog.lto
    branches/lto/gcc/cp/call.c
    branches/lto/gcc/cp/decl.c
    branches/lto/gcc/cp/decl2.c
    branches/lto/gcc/cp/except.c
    branches/lto/gcc/cp/rtti.c



More information about the Gcc-cvs mailing list