You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file does successfully transpile for me, so I don't think this is a case of infinite recursion, but could possibly be resolved by running ulimit -s unlimited before running c2rust transpile. That said, it might be possible for us to turn the recursion in StructureState::to_stmt into iteration somehow and avoid requiring so much stack space.
I'm trying to transpile a single C file to Rust.
It ends with:
The source file (Github force me to gzip)
dcraw.c.gz
The compile command:
Runing in gdb I get the following:
The text was updated successfully, but these errors were encountered: