public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/15475] New: gcj bytecode miscompilation in System.java
@ 2004-05-16 13:01 green at redhat dot com
  2004-05-16 13:09 ` [Bug java/15475] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: green at redhat dot com @ 2004-05-16 13:01 UTC (permalink / raw)
  To: java-prs

System.java contains this:

  public static void runFinalizersOnExit(boolean finalizeOnExit)
  {
    Runtime.getRuntime().runFinalizersOnExit(finalizeOnExit);
  }
                                                                                
But gcj -C is only producing this:

Method name:"runFinalizersOnExit" public static Signature: 158=(boolean)void
Attribute "Code", length:47, max_stack:0, max_locals:1, code_length:5
  0: invokestatic #146=<Method java.lang.Runtime.getRuntime ()java.lang.Runtime>
 3: pop
  4: return
Attribute "LineNumberTable", length:6, count: 1
  line: 528 at pc: 0
Attribute "LocalVariableTable", length:12, count: 1
  slot#0: name: 159=finalizeOnExit, type: 160=boolean (pc: 0 length: 5)
Attribute "Deprecated", length:0

-- 
           Summary: gcj bytecode miscompilation in System.java
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: green at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15475


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

* [Bug java/15475] gcj bytecode miscompilation in System.java
  2004-05-16 13:01 [Bug java/15475] New: gcj bytecode miscompilation in System.java green at redhat dot com
@ 2004-05-16 13:09 ` pinskia at gcc dot gnu dot org
  2004-05-19 23:07 ` [Bug java/15475] [3.3/3.4/3.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-16 13:09 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15475


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

* [Bug java/15475] [3.3/3.4/3.5 Regression] gcj bytecode miscompilation in System.java
  2004-05-16 13:01 [Bug java/15475] New: gcj bytecode miscompilation in System.java green at redhat dot com
  2004-05-16 13:09 ` [Bug java/15475] " pinskia at gcc dot gnu dot org
@ 2004-05-19 23:07 ` pinskia at gcc dot gnu dot org
  2004-06-08  2:54 ` giovannibajo at libero dot it
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-19 23:07 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-19 23:06 -------
Confirmed a regression from 3.0.4.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to fail|                            |3.3.3 3.2.2 3.4.0 3.5.0
      Known to work|                            |3.0.4
   Last reconfirmed|0000-00-00 00:00:00         |2004-05-19 23:06:54
               date|                            |
            Summary|gcj bytecode miscompilation |[3.3/3.4/3.5 Regression] gcj
                   |in System.java              |bytecode miscompilation in
                   |                            |System.java
   Target Milestone|---                         |3.3.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15475


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

* [Bug java/15475] [3.3/3.4/3.5 Regression] gcj bytecode miscompilation in System.java
  2004-05-16 13:01 [Bug java/15475] New: gcj bytecode miscompilation in System.java green at redhat dot com
  2004-05-16 13:09 ` [Bug java/15475] " pinskia at gcc dot gnu dot org
  2004-05-19 23:07 ` [Bug java/15475] [3.3/3.4/3.5 Regression] " pinskia at gcc dot gnu dot org
@ 2004-06-08  2:54 ` giovannibajo at libero dot it
  2004-06-12 21:56 ` mmitchel at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: giovannibajo at libero dot it @ 2004-06-08  2:54 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From giovannibajo at libero dot it  2004-06-06 03:58 -------
Retargeting to 3.4.1, being a regression on that release branch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gdr at gcc dot gnu dot org
   Target Milestone|3.3.4                       |3.4.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15475


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

* [Bug java/15475] [3.3/3.4/3.5 Regression] gcj bytecode miscompilation in System.java
  2004-05-16 13:01 [Bug java/15475] New: gcj bytecode miscompilation in System.java green at redhat dot com
                   ` (2 preceding siblings ...)
  2004-06-08  2:54 ` giovannibajo at libero dot it
@ 2004-06-12 21:56 ` mmitchel at gcc dot gnu dot org
  2004-07-31 19:31 ` mckinlay at redhat dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-06-12 21:56 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-06-12 21:56 -------
Postponed until GCC 3.4.2.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.1                       |3.4.2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15475


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

* [Bug java/15475] [3.3/3.4/3.5 Regression] gcj bytecode miscompilation in System.java
  2004-05-16 13:01 [Bug java/15475] New: gcj bytecode miscompilation in System.java green at redhat dot com
                   ` (3 preceding siblings ...)
  2004-06-12 21:56 ` mmitchel at gcc dot gnu dot org
@ 2004-07-31 19:31 ` mckinlay at redhat dot com
  2004-08-23 20:58 ` mmitchel at gcc dot gnu dot org
  2004-09-21 22:25 ` [Bug java/15475] [3.3/3.4/4.0 " tromey at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: mckinlay at redhat dot com @ 2004-07-31 19:31 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From mckinlay at redhat dot com  2004-07-31 19:30 -------
Most likely related to PR java/16789

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15475


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

* [Bug java/15475] [3.3/3.4/3.5 Regression] gcj bytecode miscompilation in System.java
  2004-05-16 13:01 [Bug java/15475] New: gcj bytecode miscompilation in System.java green at redhat dot com
                   ` (4 preceding siblings ...)
  2004-07-31 19:31 ` mckinlay at redhat dot com
@ 2004-08-23 20:58 ` mmitchel at gcc dot gnu dot org
  2004-09-21 22:25 ` [Bug java/15475] [3.3/3.4/4.0 " tromey at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-08-23 20:58 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-23 20:58 -------
Postponed until GCC 3.4.3.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.2                       |3.4.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15475


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

* [Bug java/15475] [3.3/3.4/4.0 Regression] gcj bytecode miscompilation in System.java
  2004-05-16 13:01 [Bug java/15475] New: gcj bytecode miscompilation in System.java green at redhat dot com
                   ` (5 preceding siblings ...)
  2004-08-23 20:58 ` mmitchel at gcc dot gnu dot org
@ 2004-09-21 22:25 ` tromey at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-09-21 22:25 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2004-09-21 22:25 -------


*** This bug has been marked as a duplicate of 16789 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
      Known to fail|3.3.3 3.2.2 3.4.0 4.0       |3.3.3 3.2.2 3.4.0 4.0.0
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15475


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

end of thread, other threads:[~2004-09-21 22:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-16 13:01 [Bug java/15475] New: gcj bytecode miscompilation in System.java green at redhat dot com
2004-05-16 13:09 ` [Bug java/15475] " pinskia at gcc dot gnu dot org
2004-05-19 23:07 ` [Bug java/15475] [3.3/3.4/3.5 Regression] " pinskia at gcc dot gnu dot org
2004-06-08  2:54 ` giovannibajo at libero dot it
2004-06-12 21:56 ` mmitchel at gcc dot gnu dot org
2004-07-31 19:31 ` mckinlay at redhat dot com
2004-08-23 20:58 ` mmitchel at gcc dot gnu dot org
2004-09-21 22:25 ` [Bug java/15475] [3.3/3.4/4.0 " tromey at gcc dot gnu dot org

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).