This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: lex.c:933


>>>>> "Tony" == Tony Kimball <alk@pobox.com> writes:

Tony> The test 
Tony>   if (c == UEOF) 
Tony> fails in my HEAD workspace sometimes, because c gets set to 
Tony> (int)(unicode_t)UEOF, which is 65335 and is != -1 (i.e. UEOF).

Can you find out where the incorrect value originates?
I might prefer to fix the problem there.
Or, can you give an example of when it fails?  It would help if I
could reproduce the problem here.

Tom


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