This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: abort if interface call made on non-interface method
- From: Andrew Haley <aph at redhat dot com>
- To: tromey at redhat dot com
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>,Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 22 Jan 2003 18:24:35 +0000 (GMT)
- Subject: Patch: abort if interface call made on non-interface method
- References: <87el76tjns.fsf@fleche.redhat.com>
Tom Tromey writes:
>
> Index: ChangeLog
> from Tom Tromey <tromey@redhat.com>
> * expr.c (build_invokeinterface): Abort if method's context is not
> an interface.
OK.
Andrew.