c-common.c (expand_unordered_cmp): Delete.
authorRoger Sayle <roger@eyesopen.com>
Thu, 24 Jun 2004 05:26:07 +0000 (05:26 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Thu, 24 Jun 2004 05:26:07 +0000 (05:26 +0000)
commitd522060b39e1627ebc07734d756b27637c957c53
treef49a4f53f5fccb080cacfa1d3a49e5db58a3853c
parenta7cc468aa3453959c3eccafd5e66eb603f69696c
c-common.c (expand_unordered_cmp): Delete.

* 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.

* 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.

From-SVN: r83579
gcc/ChangeLog
gcc/c-common.c
gcc/c-common.h
gcc/c-typeck.c
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cp-tree.h
gcc/cp/rtti.c
gcc/cp/typeck.c