Date: Tue, 07 Feb 2017 18:27:07 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-testing@freebsd.org Subject: [Bug 216891] usr.bin/yacc/yacc_tests:main fails with expr.oxout.y Message-ID: <bug-216891-32464@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216891 Bug ID: 216891 Summary: usr.bin/yacc/yacc_tests:main fails with expr.oxout.y Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: tests Assignee: freebsd-testing@freebsd.org Reporter: ngie@FreeBSD.org This failure is occurring post-r313106 (the yacc upgrade). % kyua debug -k /usr/tests/usr.bin/yacc/Kyuafile yacc_tests:main ... ** testing ./expr.oxout.y ...ok ./yacc/expr.oxout.error ...ok ./yacc/expr.oxout.output ...diff ./yacc/expr.oxout.tab.c --- ./yacc/expr.oxout.tab.c 2017-02-07 18:24:44.054689000 +0000 +++ ./yacc/test-expr.oxout.tab.c 2017-02-07 18:24:45.198970000 +0000 @@ -178,7 +178,7 @@ #define ID 257 #define CONST 258 #define YYERRCODE 256 -typedef short YYINT; +typedef int YYINT; static const YYINT expr.oxout_lhs[] =3D { -1, 2, 0, 1, 3, 3, 3, 3, 3, 3, 3, }; ... --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216891-32464>