Seemed like the best thing to do was to send it to the Debian list and have you guys forward it to the GNU list if necessary, since I couldn't supply some of the things requested by the GNU Bug reporting protocol (like build configuration options.)
Here you go: [EMAIL PROTECTED]:~$ cat > helloworld.java class myfirstjavaprog { public static void main(String args[]) { System.out.println("Hello World!"); } } [EMAIL PROTECTED]:~$ gcc helloworld.java helloworld.java:1: internal compiler error: in uses_jv_markobj_p, at java/boehm.c:245 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.1/README.Bugs>. [EMAIL PROTECTED]:~$ gcc --version gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) 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. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]