This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: enable -fcheck-references for specific targets
>>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
Andrew> I don't want this to be XFAIL because it's a real bug.
All our XFAILs are real bugs. We do that so that we can know that
FAIL=0 is expected. In this case though it would be hard to XFAIL
because you'd need to do it in a target-dependent way, which the
libjava test framework doesn't support.
Tom