bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug in raw mode


From: Piotr Buciak
Subject: bug in raw mode
Date: Wed, 11 Oct 2000 18:29:45 +0200 (MET DST)

Hello

I found a bug, when compiling test project with bison ver. 1.28 under
Linux.
The problem is that when I turned on a raw mode (either by %raw
declaration or by -r command line option) the yytranslate[] table was
generated incorrectly. In fact it was generated in the way if the raw mode
was off. When I altered the table manually it worked OK. In the following
case I changed: yytranslate[3]=3 and yytranslate[257]=2. 

I provide you with following files:
x.y - bison input file
x - a shell script I used to compile
input.txt - input data file

Best regards

Piotr Buciak




reply via email to

[Prev in Thread] Current Thread [Next in Thread]