mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 00:03:03 +00:00
news: spell check
* NEWS: here.
This commit is contained in:
10
NEWS
10
NEWS
@@ -16,11 +16,11 @@ GNU Bison NEWS
|
|||||||
*** Enhancements of the -Werror option
|
*** Enhancements of the -Werror option
|
||||||
|
|
||||||
The -Werror=CATEGORY option is now recognized, and will treat specified
|
The -Werror=CATEGORY option is now recognized, and will treat specified
|
||||||
warnings as errors. The warnings need not have been explictly activated
|
warnings as errors. The warnings need not have been explicitly activated
|
||||||
using the -W option, this is similar to what gcc 4.7 does.
|
using the -W option, this is similar to what GCC 4.7 does.
|
||||||
|
|
||||||
For example, given the following command line, Bison will treat both
|
For example, given the following command line, Bison will treat both
|
||||||
warnings related to POSIX Yacc incompatiblities and S/R conflicts as
|
warnings related to POSIX Yacc incompatibilities and S/R conflicts as
|
||||||
errors (and only those):
|
errors (and only those):
|
||||||
|
|
||||||
$ bison -Werror=yacc,error=conflicts-sr input.y
|
$ bison -Werror=yacc,error=conflicts-sr input.y
|
||||||
@@ -47,7 +47,7 @@ GNU Bison NEWS
|
|||||||
|
|
||||||
In the case of warnings treated as errors, the prefix is changed from
|
In the case of warnings treated as errors, the prefix is changed from
|
||||||
"warning: " to "error: ", and the suffix is displayed, in a manner similar
|
"warning: " to "error: ", and the suffix is displayed, in a manner similar
|
||||||
to gcc, as [-Werror=CATEGORY].
|
to GCC, as [-Werror=CATEGORY].
|
||||||
|
|
||||||
For instance, where the previous version of Bison would report (and exit
|
For instance, where the previous version of Bison would report (and exit
|
||||||
with failure):
|
with failure):
|
||||||
@@ -2182,7 +2182,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
LocalWords: Automake TMPDIR LESSEQ ylwrap endif yydebug YYTOKEN YYLSP ival hh
|
LocalWords: Automake TMPDIR LESSEQ ylwrap endif yydebug YYTOKEN YYLSP ival hh
|
||||||
LocalWords: extern YYTOKENTYPE TOKENTYPE yytokentype tokentype STYPE lval pdf
|
LocalWords: extern YYTOKENTYPE TOKENTYPE yytokentype tokentype STYPE lval pdf
|
||||||
LocalWords: lang yyoutput dvi html ps POSIX lvalp llocp Wother nterm arg init
|
LocalWords: lang yyoutput dvi html ps POSIX lvalp llocp Wother nterm arg init
|
||||||
LocalWords: TOK calc yyo fval
|
LocalWords: TOK calc yyo fval Wconflicts
|
||||||
|
|
||||||
Local Variables:
|
Local Variables:
|
||||||
mode: outline
|
mode: outline
|
||||||
|
|||||||
Reference in New Issue
Block a user