[Bug rtl-optimization/25196] [4.0 Regression] i386: wrong arguments passed

2005-12-21 Thread steven at gcc dot gnu dot org
--- 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

Bug#344265: gcj-4.0: Segfault on -fdump-tree-all-all

2005-12-21 Thread Emmanuel Fleury
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