public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/21036] New: gcj ICE compiling Azureus 2.2.0.2 to native code
@ 2005-04-15  0:08 luca dot barbieri at gmail dot com
  2005-04-26 21:05 ` [Bug java/21036] " tromey at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: luca dot barbieri at gmail dot com @ 2005-04-15  0:08 UTC (permalink / raw)
  To: java-prs

Description of problem:

gcj ICEs compiling Azureus 2.2.0.2 to native code.

Version-Release number of selected component (if applicable):
gcc-java-4.0.0-0.42 from RedHat Fedora Core Development

How reproducible:
Always

Steps to Reproduce:
1. Download and unpack Azureus 2.2.0.2 from
http://azureus.sourceforge.net/download.php
2. Run gcj -fPIC -fjni -findirect-dispatch -shared -Wl,-Bsymbolic
--classpath=swt.jar:swt-pi.jar:swt-mozilla.jar Azureus2.2.0.2.jar -o
Azureus2.2.0.2.jar.so
  
Actual results:
org/gudy/azureus2/core3/tracker/client/classic/TrackerStatus.java: In class
'org.gudy.azureus2.core3.tracker.client.classic.TrackerStatus':
org/gudy/azureus2/core3/tracker/client/classic/TrackerStatus.java: In method
'org.gudy.azureus2.core3.tracker.client.classic.TrackerStatus.scrapeUDP(java.net.URL,java.io.ByteArrayOutputStream,byte[])':
org/gudy/azureus2/core3/tracker/client/classic/TrackerStatus.java:813: internal
compiler error: in update_aliases, at java/decl.c:166
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.

Expected results:
Success.

Additional info:
Happens with several other sets of command line options (including no options
except --classpath and -o).

-- 
           Summary: gcj ICE compiling Azureus 2.2.0.2 to native code
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: luca dot barbieri at gmail dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org
 GCC build triplet: i386-redhat-linux
  GCC host triplet: i386-redhat-linux
GCC target triplet: i386-redhat-linux


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


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

* [Bug java/21036] gcj ICE compiling Azureus 2.2.0.2 to native code
  2005-04-15  0:08 [Bug java/21036] New: gcj ICE compiling Azureus 2.2.0.2 to native code luca dot barbieri at gmail dot com
@ 2005-04-26 21:05 ` tromey at gcc dot gnu dot org
  2005-04-26 21:37 ` [Bug java/21036] [4.0 only] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-04-26 21:05 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2005-04-26 21:05 -------
This works fine with the cvs trunk gcj, but fails with 4.0.0.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-26 21:05:04
               date|                            |


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


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

* [Bug java/21036] [4.0 only] gcj ICE compiling Azureus 2.2.0.2 to native code
  2005-04-15  0:08 [Bug java/21036] New: gcj ICE compiling Azureus 2.2.0.2 to native code luca dot barbieri at gmail dot com
  2005-04-26 21:05 ` [Bug java/21036] " tromey at gcc dot gnu dot org
@ 2005-04-26 21:37 ` pinskia at gcc dot gnu dot org
  2005-07-01 22:14 ` pinskia at gcc dot gnu dot org
  2005-09-27 15:58 ` mmitchel at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-26 21:37 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|gcj ICE compiling Azureus   |[4.0 only] gcj ICE compiling
                   |2.2.0.2 to native code      |Azureus 2.2.0.2 to native
                   |                            |code
   Target Milestone|---                         |4.0.1


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


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

* [Bug java/21036] [4.0 only] gcj ICE compiling Azureus 2.2.0.2 to native code
  2005-04-15  0:08 [Bug java/21036] New: gcj ICE compiling Azureus 2.2.0.2 to native code luca dot barbieri at gmail dot com
  2005-04-26 21:05 ` [Bug java/21036] " tromey at gcc dot gnu dot org
  2005-04-26 21:37 ` [Bug java/21036] [4.0 only] " pinskia at gcc dot gnu dot org
@ 2005-07-01 22:14 ` pinskia at gcc dot gnu dot org
  2005-09-27 15:58 ` mmitchel at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-01 22:14 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.1                       |4.0.2


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


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

* [Bug java/21036] [4.0 only] gcj ICE compiling Azureus 2.2.0.2 to native code
  2005-04-15  0:08 [Bug java/21036] New: gcj ICE compiling Azureus 2.2.0.2 to native code luca dot barbieri at gmail dot com
                   ` (2 preceding siblings ...)
  2005-07-01 22:14 ` pinskia at gcc dot gnu dot org
@ 2005-09-27 15:58 ` mmitchel at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-09-27 15:58 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.2                       |4.0.3


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


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

* [Bug java/21036] [4.0 only] gcj ICE compiling Azureus 2.2.0.2 to native code
       [not found] <bug-21036-10435@http.gcc.gnu.org/bugzilla/>
@ 2005-10-23 20:00 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-23 20:00 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from pinskia at gcc dot gnu dot org  2005-10-23 20:00 -------
Fixed in 4.1.0 so closing as fixed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.0.3                       |4.1.0


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


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

end of thread, other threads:[~2005-10-23 20:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-15  0:08 [Bug java/21036] New: gcj ICE compiling Azureus 2.2.0.2 to native code luca dot barbieri at gmail dot com
2005-04-26 21:05 ` [Bug java/21036] " tromey at gcc dot gnu dot org
2005-04-26 21:37 ` [Bug java/21036] [4.0 only] " pinskia at gcc dot gnu dot org
2005-07-01 22:14 ` pinskia at gcc dot gnu dot org
2005-09-27 15:58 ` mmitchel at gcc dot gnu dot org
     [not found] <bug-21036-10435@http.gcc.gnu.org/bugzilla/>
2005-10-23 20:00 ` pinskia 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).