Martin Liška
Martin Liška
I've just tried the current master (5688115b) and still see one failing test-case: ``` [ 719s] Testing mold-wrapper ... ==6431== Invalid write of size 4 [ 719s] ==6431== at 0x401B1F4:...
I'm attaching build log from openSUSE OBS: [armv7_log.txt](https://github.com/rui314/mold/files/9025222/armv7_log.txt)
Well, it's using KVM inside an aarch64 machine, but it should be fine, we use the setup of the entire openSUSE distribution. Anyway, there are `out/test/*` files: https://splichal.eu/tmp/armv7l.tar.zst
Ah, I see. Well, it's fine in my case: ``` [ 146s] + uname -m [ 146s] armv7l ```
It's the same (for being sure attaching the build log): [arm.txt](https://github.com/rui314/mold/files/9028374/arm.txt)
Yes, it's `openSUSE:Factory` and the target is `armv7l`.
Is there any progress on this, please?
Well, note the current master (the upcoming `GCC 12.1`) does not contain the implementation of `get_symbols_v3`. So can you please explain to me what the crash means? Maybe `get_symbols` is...
Oh, to be honest, I haven't tested LTO bootstrap of GCC (even with the queued packages prepared to GCC 13 like `get_symbols_v3` addition). I can reproduce the issue, it's really...
But I can confirm I can LTO bootstrap GCC with the GCC patch that introduces `get_symbols_v3`!