After a recent update, binaries statically linked with the musl-gcc wrapper stopped working for me.
Here is a minimal example:
So it links, but all produced binaries crash right away.
gdb shows, upon running a.out:
As for dynamic linking (which I don't want/need, but maybe it gives a hint),
works, while
I think the latter used to work, but could be wrong. But as stated, it is the static linking that I need to fix.
And the next evening shows an update for musl (as well as binutils), and now things work again. Thank Y'all, devs, you keep impressing me! (And sorry for any inconvenience caused by my impatient concerns.)