RE: Bison 3.6.2 released
"Jannick" <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi Akim, On Sun, 17 May 2020 09:06:30 +0200, Akim Demaille wrote: > Here are the compressed sources: > https://ftp.gnu.org/gnu/bison/bison-3.6.2.tar.gz (4.5MB) > https://ftp.gnu.org/gnu/bison/bison-3.6.2.tar.lz (2.3MB) > https://ftp.gnu.org/gnu/bison/bison-3.6.2.tar.xz (2.4MB) > > Here are the GPG detached signatures[*]: > https://ftp.gnu.org/gnu/bison/bison-3.6.2.tar.gz.sig > https://ftp.gnu.org/gnu/bison/bison-3.6.2.tar.lz.sig > https://ftp.gnu.org/gnu/bison/bison-3.6.2.tar.xz.sig On Windows10/MSYS2 test #138 is the only one which fails for v 3.6.2. Attached the relevant test log file, renamed to testsuite-138.log. Unfortunately, I did not have any capacity to check and reply back to your reply to my prior Windows related bug report. Presumably those changes are incorporated into v 3.6.2; I believe the tests in question are now simply skipped on my system. Many thanks, J.
testsuite-138.log
(application/octet-stream, 1.1 KB)
# -*- compilation -*-
138. diagnostics.at:271: testing Tabulations and multibyte characters ...
./diagnostics.at:271: LC_ALL="$locale" bison -fcaret --color=debug -Wall input.y
--- experr 2020-05-17 11:25:22.478935200 +0200
+++ /c/myDevel/svn/MSYS2/MSYS2-packages/bison/src/bison-3.6.2/tests/testsuite.dir/at-groups/138/stderr 2020-05-17 11:25:23.280893000 +0200
@@ -1,5 +1,5 @@
-input.y:10.4-17: <warning>warning:</warning> empty rule without %empty [<warning>-Wempty-rule</warning>]
- 10 | e: <warning>{∇⃗×𝐸⃗ = -∂𝐵⃗/∂t}</warning>
- | <warning>^~~~~~~~~~~~~~</warning>
+input.y:10.4-19: <warning>warning:</warning> empty rule without %empty [<warning>-Wempty-rule</warning>]
+ 10 | e: <warning>{∇⃗×𝐸⃗ = -∂𝐵⃗/∂</warning>t}
+ | <warning>^~~~~~~~~~~~~~~~</warning>
| <fixit-insert>%empty</fixit-insert>
input.y: <warning>warning:</warning> fix-its can be applied. Rerun with option '--update'. [<warning>-Wother</warning>]
138. diagnostics.at:271: 138. Tabulations and multibyte characters (diagnostics.at:271): FAILED (diagnostics.at:271)