Files
bison/tests
Akim Demaille 41b1f828ae tests: beware of GCC9 warnings in push mode
This is really weird: GCC points to the LHS of the assignment...

    260. headers.at:184: testing Sane headers: api.pure api.push-pull=both ...
    tests/headers.at:184: COLUMNS=1000; export COLUMNS;  bison --color=no -fno-caret -d -o input.c input.y
    tests/headers.at:184: $CC $CFLAGS $CPPFLAGS  -c -o input.o input.c
    stderr:
    input.c: In function 'yyparse':
    input.c:1276:16: error: 'yylval' may be used uninitialized in this function [-Werror=maybe-uninitialized]
     1276 |         yylval = *yypushed_val;
          |         ~~~~~~~^~~~~~~~~~~~~~~
    input.c: In function 'yypull_parse':
    input.c:1276:16: error: 'yylval' may be used uninitialized in this function [-Werror=maybe-uninitialized]
     1276 |         yylval = *yypushed_val;
          |         ~~~~~~~^~~~~~~~~~~~~~~
    cc1: all warnings being treated as errors
    stdout:
    tests/headers.at:184: exit code was 1, expected 0

See also d87c8ac79a
and 9645a2b20e.

* tests/headers.at (Several parsers, Several parsers): Disable these
warnings when in push parser.
2019-10-20 23:01:27 +02:00
..
2019-02-21 06:46:07 +01:00
2019-10-10 17:53:48 +02:00
2019-10-10 17:53:48 +02:00
2019-10-13 09:22:05 +02:00
2019-10-13 09:22:05 +02:00
2019-08-09 06:40:38 -05:00
2019-04-24 13:21:24 +02:00
2019-06-19 19:15:31 +02:00
2019-09-14 10:09:08 +02:00
2019-10-17 11:51:20 -07:00
2019-10-13 09:22:05 +02:00
2019-10-13 09:22:05 +02:00
2019-02-21 17:46:11 +01:00
2019-04-23 18:29:10 +02:00
2019-02-09 08:23:50 +01:00
2019-10-17 11:51:20 -07:00
2019-05-29 08:38:16 +02:00
2019-09-14 09:55:17 +02:00
2019-10-10 17:53:48 +02:00
2019-10-15 07:02:26 +02:00
2019-02-21 17:46:11 +01:00