This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: automatic casting


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]