From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3646 invoked by alias); 7 Feb 2006 19:02:44 -0000 Received: (qmail 3626 invoked by alias); 7 Feb 2006 19:02:43 -0000 Date: Tue, 07 Feb 2006 19:02:00 -0000 Message-ID: <20060207190243.3625.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug java/25535] gcj broken on 64-bit big-endian systems In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "aph at gcc dot gnu dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2006-q1/txt/msg00170.txt.bz2 List-Id: ------- 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 * 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