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.
