This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/25535] gcj broken on 64-bit big-endian systems
- From: "aph at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 7 Feb 2006 19:02:43 -0000
- Subject: [Bug java/25535] gcj broken on 64-bit big-endian systems
- References: <bug-25535-511@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from aph at gcc dot gnu dot org 2006-02-07 19:02 -------
Subject: Bug 25535
Author: aph
Date: Tue Feb 7 19:02:39 2006
New Revision: 110710
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110710
Log:
2006-02-07 Andrew Haley <aph@redhat.com>
* expr.c (expand_invoke): (BC mode.) If we find a method in a
class other than the one in which we expected to find it, ignore
the result.
PR java/25535
* constants.c (build_constants_constructor): move initializer into
first halfword on a 6-bit big-endian machine.
Modified:
trunk/gcc/java/ChangeLog
trunk/gcc/java/constants.c
trunk/gcc/java/expr.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25535