This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Delete expand_tree_builtin from c-common.c


Roger Sayle <roger@eyesopen.com> writes:

> 	* c-common.c (expand_unordered_cmp): Delete.
> 	(expand_tree_builtin): Delete.
> 	* c-common.h (expand_tree_builtin): Delete function prototype.
> 	* c-typeck.c (build_function_call): Don't call expand_tree_builtin.
> cp/
> 	* call.c (build_cxx_call): Don't call expand_tree_builtin.  No
> 	longer take both "args" and "convert_args" as arguments.
> 	(build_op_delete_call): Update call to build_cxx_call.
> 	(build_over_call): Likewise, update call to build_cxx_call.
> 	* cp-tree.h (build_cxx_call): Update funtion prototype.
> 	* typeck.c (build_function_call): Don't call expand_tree_builtin.
> 	* rtti.c (throw_bad_cast): Update call to build_cxx_call.
> 	(throw_bad_typeid): Likewise.
> 	(build_dynamic_cast_1): Likewise.

OK.  Very nice to see this.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]