Adriaan van Os wrote:
I believe trampolines are failing rather non-local goto's. The nonlocxxgoto.pas tests pass with --no-pic, but a simplified version of fjf35.pas fails.
program tramp;
<snip>
Assembly with --no-pic:
<snip>
How does it fail? Since the assembly contains nothing Darwin specific I tried it on Linux and for me it "works".