From: Jason Merrill Date: Sat, 11 Mar 2000 10:14:13 +0000 (-0500) Subject: oops X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=720507936fa8300ecd846cad4aa9338d9da4a950;p=gcc.git oops From-SVN: r32482 --- diff --git a/gcc/cp/rtti.c b/gcc/cp/rtti.c index fa5f85c1e71..0e72864f028 100644 --- a/gcc/cp/rtti.c +++ b/gcc/cp/rtti.c @@ -184,7 +184,7 @@ throw_bad_cast () static tree throw_bad_typeid () { - tree fn = get_identifier ("__throw_bad_cast"); + tree fn = get_identifier ("__throw_bad_typeid"); if (IDENTIFIER_GLOBAL_VALUE (fn)) fn = IDENTIFIER_GLOBAL_VALUE (fn); else