[Bug java/17845] can't build GNU Classpath

2005-05-01 Thread dog at bluezoo dot org

--- Additional Comments From dog at bluezoo dot org  2005-05-01 17:24 
---
Subject: Re:  can't build GNU Classpath

pinskia at gcc dot gnu dot org wrote:
 Is this true anymore, I built classpath a couple of days ago on 
 powerpc-darwin with a case-insensitive
 file system and it worked for me.

works for me.


-- 


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


[Bug java/20158] New: gcj fails to compile Apache ant, resulting in Bus error

2005-02-23 Thread dog at bluezoo dot org
To reproduce:

1. Download apache-ant-1.6.2-bin.tar.gz from
http://ant.apache.org/bindownload.cgi and unpack

2. Extract the contents of all jars in the lib directory to a temporary
directory, and re-jar into a single jar all.jar

3. Run gcj on the jar:

  gcj -o ant --main=org.apache.tools.ant.launcher -findirect-dispatch all.jar

Result:

org/apache/tools/ant/filters/BaseFilterReader.java:199: internal compiler error:
Bus error
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://gcc.gnu.org/bugs.html for instructions.

-- 
   Summary: gcj fails to compile Apache ant, resulting in Bus
error
   Product: gcc
   Version: 4.0.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dog at bluezoo dot org
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org
 GCC build triplet: powerpc-apple-darwin7.8.0
  GCC host triplet: powerpc-apple-darwin7.8.0
GCC target triplet: powerpc-apple-darwin7.8.0


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


[Bug java/19908] New: Inlining of final fields incompatible with Sun's implementation

2005-02-11 Thread dog at bluezoo dot org
The issue reported on the mailing list

  http://gcc.gnu.org/ml/java/2005-02/msg00031.html

shows that gcj will not inline a primitive final field that is i initialised
where it is declared, whereas Sun's implementation will (1.5).

The output of FinalFieldChange is

   Ng Keng Yap, 27 of IQ=150 from Malaysia

whereas Sun 1.5 outputs

   Ng Keng Yap, 27 of IQ=110 from Malaysia

-- 
   Summary: Inlining of final fields incompatible with Sun's
implementation
   Product: gcc
   Version: 4.0.0
Status: UNCONFIRMED
  Severity: minor
  Priority: P2
 Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dog at bluezoo dot org
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org
  GCC host triplet: powerpc-apple-darwin7.7.0


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


[Bug java/19908] Inlining of final fields incompatible with Sun's implementation

2005-02-11 Thread dog at bluezoo dot org

--- Additional Comments From dog at bluezoo dot org  2005-02-11 16:42 
---
Created an attachment (id=8179)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8179action=view)
The main class to reproduce the bug


-- 


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


[Bug java/19674] Empty declaration through semicolon (;) causes compile failure

2005-01-28 Thread dog at bluezoo dot org

--- Additional Comments From dog at bluezoo dot org  2005-01-28 18:19 
---
The relevant JLS production is ClassMemberDeclaration:

http://java.sun.com/docs/books/jls/second_edition/html/classes.doc.html#18988

-- 


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