mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 23:03:04 +00:00
introduce -Wdeprecated
GCC seems to be using "deprecated" consistently over "obsoleted", so use -Wdeprecated rather than -Wobsolete. * src/complain.h (warnings): Add Wdeprecated. * src/complain.c (warnings_print_categories): Adjust. * src/getargs.c: Likewise. * doc/bison.texi: Document it. * src/scan-code.l: Use this category for the trailing ';' support. * tests/actions.at: Adjust expected output.
This commit is contained in:
@@ -1438,42 +1438,42 @@ string;"}
|
||||
AT_BISON_OPTION_POPDEFS
|
||||
|
||||
AT_BISON_CHECK([[-o input.c input.y]], [0], [],
|
||||
[[input.y:8.48: warning: a ';' might be needed at the end of action code [-Wother]
|
||||
input.y:8.48: warning: future versions of Bison will not add the ';' [-Wother]
|
||||
input.y:9.48: warning: a ';' might be needed at the end of action code [-Wother]
|
||||
input.y:9.48: warning: future versions of Bison will not add the ';' [-Wother]
|
||||
input.y:10.48: warning: a ';' might be needed at the end of action code [-Wother]
|
||||
input.y:10.48: warning: future versions of Bison will not add the ';' [-Wother]
|
||||
input.y:11.48: warning: a ';' might be needed at the end of action code [-Wother]
|
||||
input.y:11.48: warning: future versions of Bison will not add the ';' [-Wother]
|
||||
input.y:12.48: warning: a ';' might be needed at the end of action code [-Wother]
|
||||
input.y:12.48: warning: future versions of Bison will not add the ';' [-Wother]
|
||||
input.y:13.48: warning: a ';' might be needed at the end of action code [-Wother]
|
||||
input.y:13.48: warning: future versions of Bison will not add the ';' [-Wother]
|
||||
input.y:20.1: warning: a ';' might be needed at the end of action code [-Wother]
|
||||
input.y:20.1: warning: future versions of Bison will not add the ';' [-Wother]
|
||||
input.y:21.1: warning: a ';' might be needed at the end of action code [-Wother]
|
||||
input.y:21.1: warning: future versions of Bison will not add the ';' [-Wother]
|
||||
input.y:22.1: warning: a ';' might be needed at the end of action code [-Wother]
|
||||
input.y:22.1: warning: future versions of Bison will not add the ';' [-Wother]
|
||||
input.y:23.1: warning: a ';' might be needed at the end of action code [-Wother]
|
||||
input.y:23.1: warning: future versions of Bison will not add the ';' [-Wother]
|
||||
input.y:24.1: warning: a ';' might be needed at the end of action code [-Wother]
|
||||
input.y:24.1: warning: future versions of Bison will not add the ';' [-Wother]
|
||||
input.y:25.1: warning: a ';' might be needed at the end of action code [-Wother]
|
||||
input.y:25.1: warning: future versions of Bison will not add the ';' [-Wother]
|
||||
input.y:31.1: warning: a ';' might be needed at the end of action code [-Wother]
|
||||
input.y:31.1: warning: future versions of Bison will not add the ';' [-Wother]
|
||||
input.y:32.1: warning: a ';' might be needed at the end of action code [-Wother]
|
||||
input.y:32.1: warning: future versions of Bison will not add the ';' [-Wother]
|
||||
input.y:33.1: warning: a ';' might be needed at the end of action code [-Wother]
|
||||
input.y:33.1: warning: future versions of Bison will not add the ';' [-Wother]
|
||||
input.y:34.1: warning: a ';' might be needed at the end of action code [-Wother]
|
||||
input.y:34.1: warning: future versions of Bison will not add the ';' [-Wother]
|
||||
input.y:35.1: warning: a ';' might be needed at the end of action code [-Wother]
|
||||
input.y:35.1: warning: future versions of Bison will not add the ';' [-Wother]
|
||||
input.y:36.1: warning: a ';' might be needed at the end of action code [-Wother]
|
||||
input.y:36.1: warning: future versions of Bison will not add the ';' [-Wother]
|
||||
[[input.y:8.48: warning: a ';' might be needed at the end of action code [-Wdeprecated]
|
||||
input.y:8.48: warning: future versions of Bison will not add the ';' [-Wdeprecated]
|
||||
input.y:9.48: warning: a ';' might be needed at the end of action code [-Wdeprecated]
|
||||
input.y:9.48: warning: future versions of Bison will not add the ';' [-Wdeprecated]
|
||||
input.y:10.48: warning: a ';' might be needed at the end of action code [-Wdeprecated]
|
||||
input.y:10.48: warning: future versions of Bison will not add the ';' [-Wdeprecated]
|
||||
input.y:11.48: warning: a ';' might be needed at the end of action code [-Wdeprecated]
|
||||
input.y:11.48: warning: future versions of Bison will not add the ';' [-Wdeprecated]
|
||||
input.y:12.48: warning: a ';' might be needed at the end of action code [-Wdeprecated]
|
||||
input.y:12.48: warning: future versions of Bison will not add the ';' [-Wdeprecated]
|
||||
input.y:13.48: warning: a ';' might be needed at the end of action code [-Wdeprecated]
|
||||
input.y:13.48: warning: future versions of Bison will not add the ';' [-Wdeprecated]
|
||||
input.y:20.1: warning: a ';' might be needed at the end of action code [-Wdeprecated]
|
||||
input.y:20.1: warning: future versions of Bison will not add the ';' [-Wdeprecated]
|
||||
input.y:21.1: warning: a ';' might be needed at the end of action code [-Wdeprecated]
|
||||
input.y:21.1: warning: future versions of Bison will not add the ';' [-Wdeprecated]
|
||||
input.y:22.1: warning: a ';' might be needed at the end of action code [-Wdeprecated]
|
||||
input.y:22.1: warning: future versions of Bison will not add the ';' [-Wdeprecated]
|
||||
input.y:23.1: warning: a ';' might be needed at the end of action code [-Wdeprecated]
|
||||
input.y:23.1: warning: future versions of Bison will not add the ';' [-Wdeprecated]
|
||||
input.y:24.1: warning: a ';' might be needed at the end of action code [-Wdeprecated]
|
||||
input.y:24.1: warning: future versions of Bison will not add the ';' [-Wdeprecated]
|
||||
input.y:25.1: warning: a ';' might be needed at the end of action code [-Wdeprecated]
|
||||
input.y:25.1: warning: future versions of Bison will not add the ';' [-Wdeprecated]
|
||||
input.y:31.1: warning: a ';' might be needed at the end of action code [-Wdeprecated]
|
||||
input.y:31.1: warning: future versions of Bison will not add the ';' [-Wdeprecated]
|
||||
input.y:32.1: warning: a ';' might be needed at the end of action code [-Wdeprecated]
|
||||
input.y:32.1: warning: future versions of Bison will not add the ';' [-Wdeprecated]
|
||||
input.y:33.1: warning: a ';' might be needed at the end of action code [-Wdeprecated]
|
||||
input.y:33.1: warning: future versions of Bison will not add the ';' [-Wdeprecated]
|
||||
input.y:34.1: warning: a ';' might be needed at the end of action code [-Wdeprecated]
|
||||
input.y:34.1: warning: future versions of Bison will not add the ';' [-Wdeprecated]
|
||||
input.y:35.1: warning: a ';' might be needed at the end of action code [-Wdeprecated]
|
||||
input.y:35.1: warning: future versions of Bison will not add the ';' [-Wdeprecated]
|
||||
input.y:36.1: warning: a ';' might be needed at the end of action code [-Wdeprecated]
|
||||
input.y:36.1: warning: future versions of Bison will not add the ';' [-Wdeprecated]
|
||||
]])
|
||||
|
||||
AT_MATCHES_CHECK([input.c], [[/\* TEST:N:2 \*/ \}$]], [[3]])
|
||||
|
||||
Reference in New Issue
Block a user