If anybody here has the time to look into this GCJ ICE, I'd greatly appreciate it.
$ gcj -fPIC -fjni -c org/eclipse/swt/widgets/CoolBar.java org/eclipse/swt/widgets/CoolBar.java: In class 'org.eclipse.swt.widgets.CoolBar': org/eclipse/swt/widgets/CoolBar.java: In method 'finit$()': org/eclipse/swt/widgets/CoolBar.java:51: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. For Debian GNU/Linux specific bug reporting instructions, see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>. $ gcj --version gcj (GCC) 4.0.3 20060121 (prerelease) (Debian 4.0.2-7j1) Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. GCJ 4.1 ICEs as well. $ gcj-4.1 -fPIC -fjni -c org/eclipse/swt/widgets/CoolBar.java org/eclipse/swt/widgets/CoolBar.java: In class 'org.eclipse.swt.widgets.CoolBar': org/eclipse/swt/widgets/CoolBar.java: In method 'finit$()': org/eclipse/swt/widgets/CoolBar.java:39: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. For Debian GNU/Linux specific bug reporting instructions, see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>. $ gcj-4.1 --version gcj-4.1 (GCC) 4.1.0 20060127 (prerelease) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Please cc me in your reply. Cheers, Shaun

