Hi :) There are a few issues that have been introduced by [429cd7b](https://github.com/qlibs/sml/commit/429cd7bd73be84449227d66b7ca8eebc099fad6b) for ARM GCC. Namely narrowing of `int` to `char` at the [`index` declaration](https://github.com/qlibs/sml/commit/429cd7bd73be84449227d66b7ca8eebc099fad6b#diff-4a896c31f02d7954f070777cb4f345d8ff09a4c3d1512332e8c173821f19ce07R293) and the [`transition_table[guards/actions]`](https://github.com/qlibs/sml/commit/429cd7bd73be84449227d66b7ca8eebc099fad6b#diff-4a896c31f02d7954f070777cb4f345d8ff09a4c3d1512332e8c173821f19ce07R596) 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!