public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: java/5057: gcj -C erroneously omits <clinit>
@ 2001-12-18  7:36 tromey
  0 siblings, 0 replies; 4+ messages in thread
From: tromey @ 2001-12-18  7:36 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, java-prs, nobody, tromey, tromey

Synopsis: gcj -C erroneously omits <clinit>

Responsible-Changed-From-To: unassigned->tromey
Responsible-Changed-By: tromey
Responsible-Changed-When: Tue Dec 18 07:36:19 2001
Responsible-Changed-Why:
    I'm handling it.
State-Changed-From-To: open->analyzed
State-Changed-By: tromey
State-Changed-When: Tue Dec 18 07:36:19 2001
State-Changed-Why:
    I've submitted a patch:
    
    http://gcc.gnu.org/ml/gcc-patches/2001-12/msg02005.html

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


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

* Re: java/5057: gcj -C erroneously omits <clinit>
@ 2001-12-20 20:38 tromey
  0 siblings, 0 replies; 4+ messages in thread
From: tromey @ 2001-12-20 20:38 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, java-prs, tromey, tromey

Synopsis: gcj -C erroneously omits <clinit>

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

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


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

* Re: java/5057: gcj -C erroneously omits <clinit>
@ 2001-12-20 16:46 Alexandre Petit-Bianco
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Petit-Bianco @ 2001-12-20 16:46 UTC (permalink / raw)
  To: tromey; +Cc: gcc-prs

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

From: Alexandre Petit-Bianco <apbianco@cygnus.com>
To: tromey@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
        java-prs@gcc.gnu.org, nobody@gcc.gnu.org, tromey@redhat.com,
        gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: java/5057: gcj -C erroneously omits <clinit>
Date: Thu, 20 Dec 2001 16:41:52 -0800 (PST)

 tromey@gcc.gnu.org writes:
 
 >     I've submitted a patch:
 >     
 >     http://gcc.gnu.org/ml/gcc-patches/2001-12/msg02005.html
 
 It think this patch is fine. Tanks!
 
 ./A


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

* java/5057: gcj -C erroneously omits <clinit>
@ 2001-12-09 17:06 tromey
  0 siblings, 0 replies; 4+ messages in thread
From: tromey @ 2001-12-09 17:06 UTC (permalink / raw)
  To: gcc-gnats


>Number:         5057
>Category:       java
>Synopsis:       gcj -C erroneously omits <clinit>
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Dec 09 17:06:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Tom Tromey <tromey@redhat.com>
>Release:        current cvs trunk
>Organization:
>Environment:

>Description:
Compile this class with `gcj -C':

    public class t {
      public static int x;

      static {
	      x = 72;
      }

      public static void main (String[] args)
      {
	System.out.println (x);
      }
    }

Now run `jcf-dump -c' on the output.
Note that there is no <clinit> method.

This example works fine when I compile to native.

>How-To-Repeat:

>Fix:

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


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-18  7:36 java/5057: gcj -C erroneously omits <clinit> tromey
  -- strict thread matches above, loose matches on Subject: below --
2001-12-20 20:38 tromey
2001-12-20 16:46 Alexandre Petit-Bianco
2001-12-09 17:06 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).