This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: RFA: Fix PR java/21844


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]