From 6adb9463cd343bcab5a1b9842894cdc90d5249b3 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Tue, 22 Apr 2003 07:48:02 +0000 Subject: * rtti.c (throw_bad_typeid): Use build_cxx_call. From-SVN: r65933 --- gcc/cp/rtti.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cp/rtti.c') diff --git a/gcc/cp/rtti.c b/gcc/cp/rtti.c index e02e693..7b230e9 100644 --- a/gcc/cp/rtti.c +++ b/gcc/cp/rtti.c @@ -196,7 +196,7 @@ throw_bad_typeid (void) fn = push_throw_library_fn (fn, t); } - return convert_from_reference (build_call (fn, NULL_TREE)); + return convert_from_reference (build_cxx_call (fn, NULL_TREE, NULL_TREE)); } /* Return an lvalue expression whose type is "const std::type_info" -- cgit v1.1