bug-bison
[Top][All Lists]
Advanced

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

unsigned int = -1


From: Alexandre Duret-Lutz
Subject: unsigned int = -1
Date: Tue, 8 Apr 2003 15:31:05 +0200

Hi people,

I guess this isn't intended.

~/tmp % cat test.yy                                                  15:28 #669
%token FOO
%%
all: FOO
~/tmp % bison --skeleton=lalr1.cc test.yy                            15:28 #670
~/tmp % grep 'unsigned.*-1' test.tab.cc                              15:28 #671
const unsigned char yy::Parser::table_ninf_ = -1;
~/tmp %                                                              15:28 #672

(This is with today's CVS)




reply via email to

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