Date: Wed, 12 Nov 2014 21:33:17 -0800 From: NGie Cooper <yaneurabeya@gmail.com> To: Jung-uk Kim <jkim@freebsd.org> Cc: "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "src-committers@freebsd.org" <src-committers@freebsd.org>, Thomas Dickey <dickey@his.com> Subject: Re: svn commit: r274460 - head/usr.bin/yacc Message-ID: <CAGHfRMAK470HH4b_Vbb_otu0ZqN-X=ZgnO6uQchRyMBE7o9u1g@mail.gmail.com> In-Reply-To: <201411130046.sAD0ks1f001015@svn.freebsd.org> References: <201411130046.sAD0ks1f001015@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 12, 2014 at 4:46 PM, Jung-uk Kim <jkim@freebsd.org> wrote: > Author: jkim > Date: Thu Nov 13 00:46:53 2014 > New Revision: 274460 > URL: https://svnweb.freebsd.org/changeset/base/274460 > > Log: > Increase MAXTABLE to the maxmimum possible value. The default value is too > low for complex parsers. Note it was one of those memory optimization hacks > back in the day. > > MFC after: 1 week > > Modified: > head/usr.bin/yacc/Makefile Hi Junk-uk! This commit broke the Jenkins tests because the outputs for some of the tests don't work with -DMAXTABLE=INT_MAX : https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194982 . I've CCed Thomas Dickey for input on this. Thanks!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGHfRMAK470HH4b_Vbb_otu0ZqN-X=ZgnO6uQchRyMBE7o9u1g>