This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Many Failures In libjava Testsuite!
- From: Tom Tromey <tromey at redhat dot com>
- To: Bryce McKinlay <mckinlay at redhat dot com>
- Cc: Ranjit Mathew <rmathew at gmail dot com>, GCJ <java at gcc dot gnu dot org>, Java Patches <java-patches at gcc dot gnu dot org>
- Date: 30 Nov 2004 15:59:12 -0700
- Subject: Re: Many Failures In libjava Testsuite!
- References: <coeq1l$s24$1@sea.gmane.org> <41AB0AE3.2020406@gmail.com><41ABC1F2.4050707@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Bryce" == Bryce McKinlay <mckinlay@redhat.com> writes:
>> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18699
Bryce> I looked at this but wasn't able to come up with a clean fix
Bryce> yet. So, for now, I've reverted the patches.
I think the very best fix would be in autoconf. That might be a hard
sell, as I recall Akim purposely implemented things this way --
automake had already been through this and provided a way to turn off
the defines it added.
There's always adding #undefs to libjava/include/boehm-gc.h. This is
gross, but we don't use those defines, are unlikely to in the future.
Tom