--- Comment #9 from steven at gcc dot gnu dot org 2005-12-21 15:46 ---
Fixed on the trunk and on the GCC 4.1 branch.
See http://gcc.gnu.org/ml/gcc-cvs/2005-12/msg01177.html and
http://gcc.gnu.org/ml/gcc-cvs/2005-12/msg01178.html (I used the wrong bug
number in the commit >:-/)
Will ask
Package: gcj-4.0
Version: 4.0.2-5j2
Severity: important
On the following Java code:
class Main {
public static void main (String[] args){
System.out.println("Hello World");
}
}
I have the following behaviour:
[EMAIL PROTECTED] generic]$ gcj -fdump-tree-all-all --main=Main test1.j
2 matches
Mail list logo