[Bug libgcc/123650] [16 Regression] crash during startup when built with -fno-inline-atomics -flto -static since r16-6736
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Jan 17 22:44:12 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123650
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Note, in the Fedora packaging I'm just using a symlink for libatomic_asneeded.a
-> libatomic.a instead of a linker script (just libgcc_s_asneeded.so and
libatomic_asneeded.so are linker scripts). Does that help here?
I haven't done it because figuring how to do portably symlinks during make
install looked harder...
Though, in any case that would be a linker bug rather than compiler bug...
More information about the Gcc-bugs
mailing list