From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25714 invoked by alias); 12 Mar 2002 17:26:03 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 25658 invoked by uid 71); 12 Mar 2002 17:26:02 -0000 Resent-Date: 12 Mar 2002 17:26:01 -0000 Resent-Message-ID: <20020312172601.25657.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, java-prs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, tromey@redhat.com Received:(qmail 20685 invoked by uid 61); 12 Mar 2002 17:17:53 -0000 Message-Id:<20020312171753.20684.qmail@sources.redhat.com> Date: Tue, 12 Mar 2002 09:26:00 -0000 From: tromey@redhat.com Reply-To: tromey@redhat.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: java/5923: gcj -C generates incorrect bytecode X-SW-Source: 2002-03/txt/msg00382.txt.bz2 List-Id: >Number: 5923 >Category: java >Synopsis: gcj -C generates incorrect bytecode >Confidential: no >Severity: serious >Priority: high >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Tue Mar 12 09:26:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Tom Tromey >Release: current cvs >Organization: >Environment: >Description: Compile this program with gcj -C: import java.awt.*; public class Foo { public static void main (String[] args) { System.out.println (BorderLayout.NORTH); } } Now run it with gij (or "java"). It will print "N". It should print "North". The constants in the bytecode output are incorrect. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: