Hi,
In the GNU Bison manual at '3.6.1 Data Type of Locations'
When YYLTYPE is not defined, Bison uses a default structure
type with four members:
typedef struct YYLTYPE
{
int first_line;
int first_column;
int last_line;
int last_column;
} YYLTYPE;
But a signed int will start overflow at 214748
Hi,
I downloaded the version 2.4.3 .gz file from the GNU server (
http://ftp.gnu.org/gnu/bison/) and built it using MinGW/MSYS on Windows 7.
It appears to work correctly, but when I execute the bison.exe with the
--version option, it reports as version 2.4.2. I checked the source and the
.version