oops
authorJason Merrill <jason@gcc.gnu.org>
Sat, 11 Mar 2000 10:14:13 +0000 (05:14 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 11 Mar 2000 10:14:13 +0000 (05:14 -0500)
From-SVN: r32482

gcc/cp/rtti.c

index fa5f85c1e711005db6967994fab03bd5965b551e..0e72864f0288769336b86c2e35c5cf9eea1eb0a0 100644 (file)
@@ -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