Commit 6adb9463 by Mark Mitchell Committed by Mark Mitchell

* rtti.c (throw_bad_typeid): Use build_cxx_call.

From-SVN: r65933
parent b2dd096b
2003-04-22 Mark Mitchell <mark@codesourcery.com>
* rtti.c (throw_bad_typeid): Use build_cxx_call.
2003-04-21 Mark Mitchell <mark@codesourcery.com>
* call.c (build_over_call): Use build_cxx_call.
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment