[Bug java/23230] Wrong "this" used when call made to superclass which is also superclass of enclosing class
cvs-commit at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Aug 11 11:49:00 GMT 2005
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-11 11:49 -------
Subject: Bug 23230
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: aph@gcc.gnu.org 2005-08-11 11:49:27
Modified files:
gcc/java : ChangeLog java-gimplify.c parse.y
Log message:
2005-08-10 Andrew Haley <aph@redhat.com>
* java-gimplify.c (java_gimplify_modify_expr): Fix any pointer
type mismatches to make legal GIMPLE.
2005-08-10 Robin Green <greenrd@greenrd.org>
PR java/23230:
* parse.y (maybe_use_access_method): Generalize check from
java.lang.Object to any superclass of current_class
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.1652&r2=1.1653
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/java-gimplify.c.diff?cvsroot=gcc&r1=1.20&r2=1.21
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/parse.y.diff?cvsroot=gcc&r1=1.550&r2=1.551
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23230
More information about the Gcc-bugs
mailing list