This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: FYI: PR20056 thinko fix
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: java-patches at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: 21 Feb 2005 09:33:32 -0700
- Subject: Re: Patch: FYI: PR20056 thinko fix
- References: <m3u0o98b8s.fsf@localhost.localdomain><cvc0eq$ns1$1@sea.gmane.org>
- Reply-to: tromey at redhat dot com
>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:
Ranjit> For some reason, I'm still getting a FAIL on
Ranjit> the testcase.
It turns out this test case doesn't actually check for the bug.
At least for me, the gij tests aren't being run at all.
The gcj tests don't use -findirect-dispatch, thus using the old
verifier, which AFAICT didn't check this constraint.
And, of course, the patch was wrong in the first place. Back to the
drawing board.
Tom