bug-bison
[Top][All Lists]
Advanced

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

error_verbose yyoverflow conflict


From: Christian Burger
Subject: error_verbose yyoverflow conflict
Date: Mon, 23 Jul 2007 15:02:27 -0400 (EDT)

Hi!

Defining both %error_verbose and yyoverflow under bison v2.3
and compiling the generated code produces:

error: label 'yyexhaustedlab' used but not defined

Short program to reproduce the problem:

%{
#define yyoverflow handleoverflow
%}
%error_verbose
%%
start: ;

I realize yyoverflow is not exactly documented, but I find it
useful, and the problem is easy enough to fix. Thanks,

Chris




reply via email to

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