https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123650
d7d1cd <d7d1cd at mail dot ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |d7d1cd at mail dot ru
--- Comment #13 from d7d1cd <d7d1cd at mail dot ru> ---
A week ago, I built gcc from the latest commit on the trunk branch. I didn't
change anything during the build, but today the build failed. Here is a snippet
from x86_64-redhat-linux/libgomp/config.log:
configure:3883: checking whether the C compiler works
configure:3905: /root/work/github/gcc/host-x86_64-redhat-linux/gcc/xgcc
-B/root/work/github/gcc/host-x86_64-redhat-linux/gcc/
-B/usr/local/gcc-trunk/x86_64-redhat-linux/bin/
-B/usr/local/gcc-trunk/x86_64-redhat-linux/lib/
-isystem /usr/local/gcc-trunk/x86_64-redhat-linux/include
-isystem /usr/local/gcc-trunk/x86_64-redhat-linux/sys-include
-fno-checking -g -O2 conftest.c >&5
/opt/rh/devtoolset-11/root/usr/libexec/gcc/x86_64-redhat-linux/11/ld:
cannot find -latomic_asneeded
collect2: error: ld returned 1 exit status
Is this error related to the current bug?