Re: [cp-patches] Fix pointer aliasing errors

2011-03-03 Thread Dr Andrew John Hughes
On 11:18 Thu 03 Mar , Damjan Jovanovic wrote: > Hi > > Classpath 0.98 doesn't even compile nowdays, giving various pointer > aliasing errors on GCC 4.4.3 and later. It will with --disable-werror. There's not really a way we can change the existing release. I'm aiming for a new release soon

[cp-patches] Fix pointer aliasing errors

2011-03-03 Thread Damjan Jovanovic
Hi Classpath 0.98 doesn't even compile nowdays, giving various pointer aliasing errors on GCC 4.4.3 and later. One of the affected files, native/jni/native-lib/cpnet.c, has already been patched in CVS (so why hasn't it been released yet?), and I am attaching a patch for the other. Regards Damjan