Patch: RFA: Fix PR java/21844

Tom Tromey tromey@redhat.com
Tue Jun 7 16:13:00 GMT 2005


>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:

Ranjit> See parse.y:8393, which is *supposed* to handle the same
Ranjit> case. Before my patch, the "for" loop was peeking ahead
Ranjit> and handling this case. Perhaps you can correct the look
Ranjit> ahead at the mentioned line and retry?

My first attempt was changing that loop not to terminate as early, but
this caused the 19870 test to fail.

Tom



More information about the Java-patches mailing list