automatic casting

Diego Novillo dnovillo@redhat.com
Tue Aug 31 14:41:00 GMT 2004


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.



More information about the Gcc mailing list