[Bug libgcc/123650] [16 Regression] crash during startup when built with -fno-inline-atomics -flto -static since r16-6736
d7d1cd at mail dot ru
gcc-bugzilla@gcc.gnu.org
Mon Jan 19 10:13:45 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123650
--- Comment #15 from d7d1cd <d7d1cd at mail dot ru> ---
(In reply to Sam James from comment #14)
> Are you doing an in-source build?
Sorry, I didn't understand your question. My build sequence is as follows:
$ . /opt/rh/devtoolset-11/enable
$ git clone --branch trunk --single-branch --depth 1
https://gcc.gnu.org/git/gcc.git && cd gcc
$ ./configure <configuration options here>
$ make -j$(nproc)
As a result, I now get an error, whereas a week ago, the exact same sequence of
actions didn't produce an error.
More information about the Gcc-bugs
mailing list