bug-bison
[Top][All Lists]
Advanced

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

Re: fatal error: maximum table size (32767) exceeded


From: Mike Castle
Subject: Re: fatal error: maximum table size (32767) exceeded
Date: Sun, 2 Jun 2002 21:49:23 -0700

In article <address@hidden>,
Akim Demaille  <address@hidden> wrote:
>
>        http://www.lrde.epita.fr/~akim/download/bison-1.49b.tar.gz
>        http://www.lrde.epita.fr/~akim/download/bison-1.49b.tar.bz2
>

If you're curious, this version causes the modutils package for Linux to
fail to compile.  I believe the error message is the same as the one I get
when building gcc, but I'm not going to try to rebuild gcc right now just
to find out.

bison -o parse.c -dtv ../../modutils-2.4.16/genksyms/parse.y
../../modutils-2.4.16/genksyms/parse.y:171: warning: previous rule lacks an 
ending `;'
../../modutils-2.4.16/genksyms/parse.y contains 6 shift/reduce conflicts and 5 
reduce/reduce conflicts.
gcc -O2 -Wall -Wno-uninitialized -I. -I../../modutils-2.4.16/genksyms 
-I../../modutils-2.4.16/genksyms/../include -D_GNU_SOURCE 
-DCONFIG_ROOT_CHECK_OFF=0   -c -o parse.o parse.c
../../modutils-2.4.16/genksyms/parse.y: In function `yyparse':
../../modutils-2.4.16/genksyms/parse.y:191: parse error before `}'
../../modutils-2.4.16/genksyms/parse.y:192: parse error before `}'
../../modutils-2.4.16/genksyms/parse.y:464: parse error before `static'
../../modutils-2.4.16/genksyms/parse.y:34: warning: `yyerror' declared `static' 
but never defined
make[1]: *** [parse.o] Error 1
make[1]: Leaving directory `/usr/src/modutils/modutils-2.4.16-build/genksyms'
make: *** [all] Error 2

Bison 1.35 works fine.

mrc
-- 
     Mike Castle      address@hidden      www.netcom.com/~dalgoda/
    We are all of us living in the shadow of Manhattan.  -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc



reply via email to

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