bug-bison
[Top][All Lists]
Advanced

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

Re: Warnings


From: Akim Demaille
Subject: Re: Warnings
Date: Mon, 8 Apr 2013 12:08:49 +0200

Hi Rob,

Le 20 mars 2013 à 19:37, Rob Conde <address@hidden> a écrit :

> stack.hh generates warning 4512
> lalr1.cc generates warning 4512 for the parser class

Done.

> lalr1.cc generates warning 4065 in a couple of places that have only a
> default case in the switch

Partially done.

> lalr1.cc generates warning 4702 for the code in the yyerrorlab label after
> the if(false) goto yyerrorlab;
> lalr1.cc generates warning 4127 anywhere YYCDEBUG is used
> lalr1.cc generates warning 4127 for if(false) goto yyerrorlab; in the
> yyerrorlab label
> lalr1.cc generates warning 4127 for YYLLOC_DEFAULT (yyloc, yyerror_range,
> 2);

I have covered none of these.  If you have suggestions about
how to address them, please do send proposals.

It would be most useful if you could run the test suite (and
experiment your own project with) of this tarball, which
should soon be released as 2.7.1.  Thanks in advance!

http://www.lrde.epita.fr/~akim/download/bison-2.7.7-a565f.tar.gz


reply via email to

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