Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GLR format error #19

Closed
psjo opened this issue Jan 8, 2020 · 1 comment
Closed

GLR format error #19

psjo opened this issue Jan 8, 2020 · 1 comment

Comments

@psjo
Copy link

psjo commented Jan 8, 2020

This statement has no cast of the ptrdiff_t yyk variable and throws an error.

YY_DPRINTF ((stderr, "Stack %ld Entering state %d\n", yyk, yystate));

akimd added a commit that referenced this issue Jan 10, 2020
Reported by psjo.
#19

* data/skeletons/glr.c (yyprocessOneStack): Here.
akimd added a commit that referenced this issue Jan 10, 2020
Reported by psjo.
Fixes #19.

* data/skeletons/glr.c (yyprocessOneStack): Here.
@akimd
Copy link
Owner

akimd commented Jan 11, 2020

Fixed in https://lists.gnu.org/r/bison-patches/2020-01/msg00024.html, thanks!

I think I will release Bison 3.5.1 soon to address this failure.

Cheers!

@akimd akimd closed this as completed Jan 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants