-
-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
riscv64 test segfault with GCC 14 #1222
Comments
Could you share the entire test directory? |
Note I don't have a direct access to the machine, but I need to use |
@rui314 ping |
RISC-V psABI requires that symbol to be exported from an executable if there's a GP-relative reference. For simplicity, we always export it from executable as long as it has a .dynamic section. #1222
The above change may fix the issue. At least it seems related. |
Apparently, it hasn't helped with the mentioned commit: https://build.opensuse.org/package/live_build_log/devel:gcc:next/mold/openSUSE_Factory_RISCV/riscv64. |
See dd1a251 |
Ok, so it's addressed with #1206, am I correct? Can you please address also the other tests mentioned in this issue? |
The following failures happen with the latest compiler which might be the culprit of the troubles. All binaries segfault:
Binaries:
riscv64.tar.gz
The text was updated successfully, but these errors were encountered: