This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: How to xfail a libjava test?
- From: Richard Earnshaw <rearnsha at arm dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: Richard dot Earnshaw at arm dot com, java at gcc dot gnu dot org
- Date: Mon, 23 Sep 2002 17:41:13 +0100
- Subject: Re: How to xfail a libjava test?
- Organization: ARM Ltd.
- Reply-to: Richard dot Earnshaw at arm dot com
> On Mon, 23 Sep 2002, Richard Earnshaw wrote:
> > Or should
> > the java compiler be more defensive when compiling code for this sort of
> > target, eg by checking all pointers for NULL explicitly?
>
> See CHECKREFSPEC/EXCEPTIONSPEC in configure.host.
>
> Jeff
>
Looks like the thing I need, but why is this in configure.host? Surely
this is a property of the target?
R.