From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5610 invoked by alias); 15 Aug 2005 17:27:29 -0000 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 Received: (qmail 5587 invoked by uid 48); 15 Aug 2005 17:27:28 -0000 Date: Mon, 15 Aug 2005 17:27:00 -0000 From: "orion at cora dot nwra dot com" To: java-prs@gcc.gnu.org Message-ID: <20050815172723.23404.orion@cora.nwra.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/23404] New: Interpreted byte code does not run properly on ppc X-Bugzilla-Reason: CC X-SW-Source: 2005-q3/txt/msg00255.txt.bz2 List-Id: This is on a Fedora Core 4 machine: gij (GNU libgcj) version 4.0.1 20050727 (Red Hat 4.0.1-5) The to be attached code does not run properly on ppc. Runs fine on x86 (32 and 64 bit). The byte-code appears to be correct because it runs fine using the IBM JVM. Compiled with: javac plplot/*/*.java Run with: java plplot.examples.x08 The output is the arguments passed to plw3d(). In the source this is: pls.w3d( 1.0, 1.0, 1.0, -1.5, 1.5, -0.5, 1.5, zmin, zmax, alt[k], az[k] ); Output (first loop) is: 0.0 1.0 1.0 -1.5 1.5 -0.5 1.5 -5.093869927024149 NaN -3.7431896459052014E-274 5.32506451E-315 Correct output should be: 1.0 1.0 1.0 -1.5 1.5 -0.5 1.5 -5.093869927024149 6.636602508481567 60.0 30.0 It looks like arg1, arg9, arg10, and arg11 are not passed properly. -- Summary: Interpreted byte code does not run properly on ppc Product: gcc Version: 4.0.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: orion at cora dot nwra dot com CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org GCC host triplet: ppc64-redhat-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23404