This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch: correctly detect failure to implement abstract method
- To: tromey at cygnus dot com, gcc-patches at gcc dot gnu dot org
- Subject: Re: Patch: correctly detect failure to implement abstract method
- From: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- Date: Sun, 25 Jun 2000 09:46:57 -0700 (PDT)
- References: <87ituzdkc4.fsf@creche.i-did-not-set--mail-host-address--so-shoot-me>
- Reply-To: apbianco at redhat dot com
Tom Tromey writes:
> Consider this obviously incorrect Java program:
> ...
> The current gcj fails to diagnose the error here.
> Here is a patch. Ok to commit?
Yes. Thank you Tom.
./A