java/2216

tromey@gcc.gnu.org tromey@gcc.gnu.org
Sun Apr 1 00:00:00 GMT 2001


The following reply was made to PR java/2216; it has been noted by GNATS.

From: tromey@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org, tromey@gcc.gnu.org,
  tromey@redhat.com
Cc:  
Subject: Re: java/2216
Date: 10 Mar 2001 21:15:45 -0000

 Synopsis: gcj generates bad bytecode
 
 Responsible-Changed-From-To: unassigned->tromey
 Responsible-Changed-By: tromey
 Responsible-Changed-When: Sat Mar 10 13:15:45 2001
 Responsible-Changed-Why:
     I'm working on it.
 State-Changed-From-To: open->analyzed
 State-Changed-By: tromey
 State-Changed-When: Sat Mar 10 13:15:45 2001
 State-Changed-Why:
     I've found a minimal example:
     
     public class T
     {
       public static void main (String[] args)
       {
         int i = 0, j;
         try
           {
     	i = args.length;
           }
         catch (Exception _)
           {
     	i = -1;
           }
         finally
           {
     	j = i;
           }
       }
     }
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2216&database=gcc



More information about the Gcc-prs mailing list