Re: Compilation of Classpath with ecj on a 64-bit VM

2005-12-05 Thread Andrew John Hughes
On Sun, 2005-12-04 at 14:10 +0100, Mark Wielaard wrote: Hi Andrew, On Sat, 2005-11-26 at 21:04 +, Andrew John Hughes wrote: I recently hit on the same bug again for the second time, and still there seems to be no general solution to it. ecj is a Java-based Java compiler, which

Re: Compilation of Classpath with ecj on a 64-bit VM

2005-12-04 Thread Mark Wielaard
Hi Andrew, On Sat, 2005-11-26 at 21:04 +, Andrew John Hughes wrote: I recently hit on the same bug again for the second time, and still there seems to be no general solution to it. ecj is a Java-based Java compiler, which means that in compiling Classpath, it can run across

Re: Compilation of Classpath with ecj on a 64-bit VM

2005-11-28 Thread Gary Benson
Tom Tromey wrote: Andrew == Andrew John Hughes [EMAIL PROTECTED] writes: Andrew I recently hit on the same bug again for the second time, Andrew and still there seems to be no general solution to it. The general solution is to track down a newer version of the mprec code and import it.

Compilation of Classpath with ecj on a 64-bit VM

2005-11-26 Thread Andrew John Hughes
Hi all, I recently hit on the same bug again for the second time, and still there seems to be no general solution to it. ecj is a Java-based Java compiler, which means that in compiling Classpath, it can run across problems in the VM or Classpath. On x86_64, this leads to a spurious

Re: Compilation of Classpath with ecj on a 64-bit VM

2005-11-26 Thread Tom Tromey
Andrew == Andrew John Hughes [EMAIL PROTECTED] writes: Andrew I recently hit on the same bug again for the second time, and Andrew still there seems to be no general solution to it. The general solution is to track down a newer version of the mprec code and import it. There is a version of