On Tue, 2004-08-31 at 08:49, kartick Vaddadi wrote:
> if(o instanceof Dog)
> {
> o.bark();
> . . .
> }
>
I think this is the same issue reported in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15525
If so, there may be a patch coming down the road to support this.
Diego.