Commit 72050793 by Jason Merrill

oops

From-SVN: r32482
parent 40eac643
...@@ -184,7 +184,7 @@ throw_bad_cast () ...@@ -184,7 +184,7 @@ throw_bad_cast ()
static tree static tree
throw_bad_typeid () throw_bad_typeid ()
{ {
tree fn = get_identifier ("__throw_bad_cast"); tree fn = get_identifier ("__throw_bad_typeid");
if (IDENTIFIER_GLOBAL_VALUE (fn)) if (IDENTIFIER_GLOBAL_VALUE (fn))
fn = IDENTIFIER_GLOBAL_VALUE (fn); fn = IDENTIFIER_GLOBAL_VALUE (fn);
else else
......
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