This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: automatic casting
- From: Diego Novillo <dnovillo at redhat dot com>
- To: kartick Vaddadi <kartick_vaddadi at yahoo dot com>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Tue, 31 Aug 2004 09:52:50 -0400
- Subject: Re: automatic casting
- Organization: Red Hat Canada
- References: <20040831124904.71199.qmail@web20424.mail.yahoo.com>
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.