Description
Some test executables fail with the "call stack exhausted" error.
What they have in common:
- they all have many test cases
- the error occurs only when building with the latest (swift-wasm-DEVELOPMENT-SNAPSHOT-2024-03-22-a) toolchain
- swift-wasm-DEVELOPMENT-SNAPSHOT-2024-03-20-a doesn't have this issue
Reproduction
Expected behavior
I expected the test executable to succeed in running.
In fact, the executable built with the previous (swift-wasm-DEVELOPMENT-SNAPSHOT-2024-03-20-a) toolchain has succeeded.
Environment