On Mon, Jan 21, 2002 at 06:22:07PM +0100, Benoit Perrin wrote:
>Hello,
>
>as a "me too" mail, I noted that bison core dumped with this yacc file:
What would this be "me too"ing? I haven't seen anyone reporting SEGV bugs.
>[snip]
>bison failed only for a command line with the -d option like:
>
>
Hello,
as a "me too" mail, I noted that bison core dumped with this yacc file:
<--->
%{
%}
%token NUMBER
%token WORD
%type rule
%type signed_number
%%
rule:
WORD= { $$ = $1; } |
/* empty */ = { $$ = NULL; };
signed_number:
NUMBER
2 matches
Mail list logo