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

ARM GCC: Test failure and narrowing conversion from int to char #13

Open
dcorbeil opened this issue Sep 5, 2024 · 1 comment
Open

Comments

@dcorbeil
Copy link

dcorbeil commented Sep 5, 2024

Hi :)

There are a few issues that have been introduced by 429cd7b for ARM GCC. Namely narrowing of int to char at the index declaration and the transition_table[guards/actions] test failure. See this example: https://godbolt.org/z/h9fGa7nhq

Is there a workaround or a solution apart from using the commit right before?

Thank you for the great library!

@HazardyKnusperkeks
Copy link

The fix is, to use a signed char.

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