I see mos6502 failures on the logical_ops regression test; AFAIR, this used to pass a few days ago, so it looks like a recent regression to me:
philipp@notebook7:~/sdcc-trunk/sdcc/support/regression$ make random-test-16958366815022705763
Creating random-16958366815022705763 based on uc6502-stack-auto with additional options: --opt-code-size --nogenconstprop --nolabelopt --no-peep --nosidechannels --max-allocs-per-node 512
Running random-16958366815022705763 regression tests
Summary for 'random-16958366815022705763': 144 failures, 35368 tests, 6253 test cases, 0 bytes, 548170739 ticks
Failure: logical_ops_type_signed_int
Failure: logical_ops_type_unsigned_int
Diff:
m6502_adjustStack() incorrectly set register A free when generating an unrolled INX/DEX
fixed in [r16693]
Related
Commit: [r16693]