public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* java/4509: gcj -C can generate dead bytecode
@ 2001-10-08 19:36 tromey
  0 siblings, 0 replies; 3+ messages in thread
From: tromey @ 2001-10-08 19:36 UTC (permalink / raw)
  To: gcc-gnats

>Number:         4509
>Category:       java
>Synopsis:       gcj -C can generate dead bytecode
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Oct 08 19:36:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Tom Tromey <tromey@redhat.com>
>Release:        current cvs trunk
>Organization:
>Environment:

>Description:
gcj -C will generate dead bytecode from this source:

public class err8 {
  public static void main(String[] args) {
    do {
      break;
    } while (true) ;

  }
}

The generated code looks like this:

  0: goto 6
  3: goto 0
  6: return

This isn't very important, so I've marked it non-critical.

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

* Re: java/4509: gcj -C can generate dead bytecode
@ 2001-12-20 21:29 tromey
  0 siblings, 0 replies; 3+ messages in thread
From: tromey @ 2001-12-20 21:29 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, java-prs, tromey, tromey

Synopsis: gcj -C can generate dead bytecode

State-Changed-From-To: analyzed->closed
State-Changed-By: tromey
State-Changed-When: Thu Dec 20 21:28:59 2001
State-Changed-Why:
    I checked in the patch.

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


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

* Re: java/4509: gcj -C can generate dead bytecode
@ 2001-12-20 10:34 tromey
  0 siblings, 0 replies; 3+ messages in thread
From: tromey @ 2001-12-20 10:34 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, java-prs, nobody, tromey, tromey

Synopsis: gcj -C can generate dead bytecode

Responsible-Changed-From-To: unassigned->tromey
Responsible-Changed-By: tromey
Responsible-Changed-When: Thu Dec 20 10:34:04 2001
Responsible-Changed-Why:
    I'm handling this.
State-Changed-From-To: open->analyzed
State-Changed-By: tromey
State-Changed-When: Thu Dec 20 10:34:04 2001
State-Changed-Why:
    I submitted a patch:
    http://gcc.gnu.org/ml/java-patches/2001-q4/msg00485.html

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


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

end of thread, other threads:[~2001-12-21  5:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-08 19:36 java/4509: gcj -C can generate dead bytecode tromey
2001-12-20 10:34 tromey
2001-12-20 21:29 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).