public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: java/5923: gcj -C generates incorrect bytecode
@ 2002-03-12 15:37 tromey
  0 siblings, 0 replies; 2+ messages in thread
From: tromey @ 2002-03-12 15:37 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, java-prs, nobody, tromey, tromey

Synopsis: gcj -C generates incorrect bytecode

Responsible-Changed-From-To: unassigned->tromey
Responsible-Changed-By: tromey
Responsible-Changed-When: Tue Mar 12 15:37:44 2002
Responsible-Changed-Why:
    I'm handling this.
State-Changed-From-To: open->closed
State-Changed-By: tromey
State-Changed-When: Tue Mar 12 15:37:44 2002
State-Changed-Why:
    I've checked in the fix.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5923


^ permalink raw reply	[flat|nested] 2+ messages in thread

* java/5923: gcj -C generates incorrect bytecode
@ 2002-03-12  9:26 tromey
  0 siblings, 0 replies; 2+ messages in thread
From: tromey @ 2002-03-12  9:26 UTC (permalink / raw)
  To: gcc-gnats


>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:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-03-12 23:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-12 15:37 java/5923: gcj -C generates incorrect bytecode tromey
  -- strict thread matches above, loose matches on Subject: below --
2002-03-12  9:26 tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).