------- Comment #2 from tromey at gcc dot gnu dot org  2006-03-15 20:26 -------
Now I think we don't need to do anything here.
We already handle the common cases.

For instance, if the target is an interface we will use
the IDT to do this test.  This is reasonably fast.

Also if both classes in question are concrete, we will
use the 'ancestors' array to do a constant-time check.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25934

Reply via email to